Shades of Froly #F06E76
Tints of Froly #F06E76
RGB
CMYK
RGB Variations
Color information
#F06E76 (or 0xF06E76) is known color: Froly. HEX triplet: F0, 6E and 76. RGB value is (240,110,118). Sum of RGB (Red+Green+Blue) = 240+110+118=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06E76 is #0F9189. Grayscale: #959595. Windows color (decimal): -1020298 or 7761648. OLE color: 7761648.
HSL color Cylindrical-coordinate representation of color #F06E76: hue angle of 356.31º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06E76 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 110 | 118 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.06 |
| HSL | 356.31º | 0.81% | 0.69% | - |
| HSV(B) | 356.31º | 0.54% | 0.94% | - |
| XYZ | 44.78 | 30.99 | 20.76 | - |
| YUV | 149.78 | 110.07 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 110 | 118 | 0 | 0.54 | 0.51 | 0.06 | 356.31 | 0.81 | 0.69 |
| Hex | F0 | 6E | 76 | 0 | 36 | 33 | 6 | 164 | 51 | 45 |
| Octal | 360 | 156 | 166 | 0 | 66 | 63 | 6 | 544 | 121 | 105 |
| Binary | 11110000 | 1101110 | 1110110 | 0 | 110110 | 110011 | 110 | 101100100 | 1010001 | 1000101 |
Color Harmonies of #F06E76
Complementary color
Monochromatic Colors of #F06E76
Black with #F06E76
Text Example
Text Example
White with #F06E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06E76; }
p { color: rgb(240,110,118); }
H1.HeaderClassName
{
color: #F06E76;
}
.AnyTagClassName
{
color: #F06E76;
}
</style>
background-color css
<style>
a { background-color: #F06E76; }
a { background-color: rgb(240,110,118); }
div.DivClassName
{
background-color: #F06E76;
}
.BgClassName
{
background-color: #F06E76;
}
</style>
border-color css
<style>
span { border-color: #F06E76; }
span { border-color: rgb(240,110,118); }
td.TdClassName
{
border-color: #F06E76;
}
.TagClassName
{
border-color: #F06E76;
}
</style>