#F66F76

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

Shades of Froly #F66F76

Tints of Froly #F66F76

Color information

#F66F76 (or 0xF66F76) is unknown color: approx Froly. HEX triplet: F6, 6F and 76. RGB value is (246,111,118). Sum of RGB (Red+Green+Blue) = 246+111+118=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66F76 is #099089. Grayscale: #989898. Windows color (decimal): -626826 or 7761910. OLE color: 7761910.

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

Color convert

RGB246111118-
CMYK00.550.520.04
HSL356.89º88.24%70%-
HSV(B)356.89º54.88%96.47%-
XYZ46.9632.2720.89-
YUV152.16108.73194.93-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.79%
GREEN value IS 111 (43.75% from 255) = 23.37%
BLUE value IS 118 (46.48% from 255) = 24.84%
R=51.79%
G=23.37%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611111800.550.520.04356.8988.2470
HexF66F760373441655846
Octal366157166067644545130106
Binary1111011011011111110110011011111010010010110010110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66F76; }

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

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

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

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

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

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

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

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