Shades of Froly #F66F77
Tints of Froly #F66F77
RGB
CMYK
RGB Variations
Color information
#F66F77 (or 0xF66F77) is known color: 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
| RGB | 246 | 111 | 119 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.04 |
| HSL | 356.44º | 0.88% | 0.7% | - |
| HSV(B) | 356.44º | 0.55% | 0.96% | - |
| XYZ | 47.02 | 32.29 | 21.21 | - |
| YUV | 152.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 119 | 0 | 0.55 | 0.52 | 0.04 | 356.44 | 0.88 | 0.7 |
| Hex | F6 | 6F | 77 | 0 | 37 | 34 | 4 | 164 | 58 | 46 |
| Octal | 366 | 157 | 167 | 0 | 67 | 64 | 4 | 544 | 130 | 106 |
| Binary | 11110110 | 1101111 | 1110111 | 0 | 110111 | 110100 | 100 | 101100100 | 1011000 | 1000110 |
Color Harmonies of #F66F77
Complementary color
Monochromatic Colors of #F66F77
Black with #F66F77
Text Example
Text Example
White with #F66F77
Text Example
Text Example
HTML Codes & Css Web 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>