#F66F77

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

Shades of Froly #F66F77

Tints of Froly #F66F77

Color information

#F66F77 (or 0xF66F77) is unknown color: approx Froly. HEX triplet: F6, 6F and 77. RGB value is (246,111,119). Sum of RGB (Red+Green+Blue) = 246+111+119=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66F77 is #099088. Grayscale: #989898. Windows color (decimal): -626825 or 7827446. OLE color: 7827446.

HSL color Cylindrical-coordinate representation of color #F66F77: hue angle of 356.44º 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 #F66F77 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB246111119-
CMYK00.550.520.04
HSL356.44º88.24%70%-
HSV(B)356.44º54.88%96.47%-
XYZ47.0232.2921.21-
YUV152.28109.23194.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.68%
GREEN value IS 111 (43.75% from 255) = 23.32%
BLUE value IS 119 (46.88% from 255) = 25%
R=51.68%
G=23.32%
B=25%

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
Decimal24611111900.550.520.04356.4488.2470
HexF66F770373441645846
Octal366157167067644544130106
Binary1111011011011111110111011011111010010010110010010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66F77; }

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

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

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

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

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

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

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

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