#F6767B

Color #F6767B Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #F6767B

Tints of Froly #F6767B

Color information

#F6767B (or 0xF6767B) is unknown color: approx Froly. HEX triplet: F6, 76 and 7B. RGB value is (246,118,123). Sum of RGB (Red+Green+Blue) = 246+118+123=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F6767B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6767B is #098984. Grayscale: #9C9C9C. Windows color (decimal): -625029 or 8091382. OLE color: 8091382.

HSL color Cylindrical-coordinate representation of color #F6767B: hue angle of 357.66º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F6767B is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB246118123-
CMYK00.520.500.04
HSL357.66º87.67%71.37%-
HSV(B)357.66º52.03%96.47%-
XYZ48.0633.9822.76-
YUV156.84108.91191.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 50.51%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 123 (48.44% from 255) = 25.26%
R=50.51%
G=24.23%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611812300.520.500.04357.6687.6771.37
HexF6767B0343241665847
Octal366166173064624546130107
Binary1111011011101101111011011010011001010010110011010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6767B; }

 p { color: rgb(246,118,123); }

 H1.HeaderClassName
 {
   color: #F6767B;
 }
 .AnyTagClassName
 {
   color: #F6767B;
 }
</style>
background-color css

<style>
 a { background-color: #F6767B; }

 a { background-color: rgb(246,118,123); }

 div.DivClassName
 {
   background-color: #F6767B;
 }
 .BgClassName
 {
   background-color: #F6767B;
 }
</style>
border-color css

<style>
 span { border-color: #F6767B; }

 span { border-color: rgb(246,118,123); }

 td.TdClassName
 {
   border-color: #F6767B;
 }
 .TagClassName
 {
   border-color: #F6767B;
 }
</style>