Shades of Froly #F06476
Tints of Froly #F06476
RGB
CMYK
RGB Variations
Color information
#F06476 (or 0xF06476) is known color: Froly. HEX triplet: F0, 64 and 76. RGB value is (240,100,118). Sum of RGB (Red+Green+Blue) = 240+100+118=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F06476 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06476 is #0F9B89. Grayscale: #8F8F8F. Windows color (decimal): -1022858 or 7759088. OLE color: 7759088.
HSL color Cylindrical-coordinate representation of color #F06476: hue angle of 352.29º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F06476 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 118 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.06 |
| HSL | 352.29º | 0.82% | 0.67% | - |
| HSV(B) | 352.29º | 0.58% | 0.94% | - |
| XYZ | 43.76 | 28.95 | 20.42 | - |
| YUV | 143.91 | 113.38 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 118 | 0 | 0.58 | 0.51 | 0.06 | 352.29 | 0.82 | 0.67 |
| Hex | F0 | 64 | 76 | 0 | 3A | 33 | 6 | 160 | 52 | 43 |
| Octal | 360 | 144 | 166 | 0 | 72 | 63 | 6 | 540 | 122 | 103 |
| Binary | 11110000 | 1100100 | 1110110 | 0 | 111010 | 110011 | 110 | 101100000 | 1010010 | 1000011 |
Color Harmonies of #F06476
Complementary color
Monochromatic Colors of #F06476
Black with #F06476
Text Example
Text Example
White with #F06476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06476; }
p { color: rgb(240,100,118); }
H1.HeaderClassName
{
color: #F06476;
}
.AnyTagClassName
{
color: #F06476;
}
</style>
background-color css
<style>
a { background-color: #F06476; }
a { background-color: rgb(240,100,118); }
div.DivClassName
{
background-color: #F06476;
}
.BgClassName
{
background-color: #F06476;
}
</style>
border-color css
<style>
span { border-color: #F06476; }
span { border-color: rgb(240,100,118); }
td.TdClassName
{
border-color: #F06476;
}
.TagClassName
{
border-color: #F06476;
}
</style>