Shades of Froly #F06472
Tints of Froly #F06472
RGB
CMYK
RGB Variations
Color information
#F06472 (or 0xF06472) is known color: Froly. HEX triplet: F0, 64 and 72. RGB value is (240,100,114). Sum of RGB (Red+Green+Blue) = 240+100+114=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F06472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06472 is #0F9B8D. Grayscale: #8F8F8F. Windows color (decimal): -1022862 or 7496944. OLE color: 7496944.
HSL color Cylindrical-coordinate representation of color #F06472: hue angle of 354º 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 #F06472 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 114 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.06 |
| HSL | 354º | 0.82% | 0.67% | - |
| HSV(B) | 354º | 0.58% | 0.94% | - |
| XYZ | 43.53 | 28.85 | 19.19 | - |
| YUV | 143.46 | 111.38 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 114 | 0 | 0.58 | 0.52 | 0.06 | 354 | 0.82 | 0.67 |
| Hex | F0 | 64 | 72 | 0 | 3A | 34 | 6 | 162 | 52 | 43 |
| Octal | 360 | 144 | 162 | 0 | 72 | 64 | 6 | 542 | 122 | 103 |
| Binary | 11110000 | 1100100 | 1110010 | 0 | 111010 | 110100 | 110 | 101100010 | 1010010 | 1000011 |
Color Harmonies of #F06472
Complementary color
Monochromatic Colors of #F06472
Black with #F06472
Text Example
Text Example
White with #F06472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06472; }
p { color: rgb(240,100,114); }
H1.HeaderClassName
{
color: #F06472;
}
.AnyTagClassName
{
color: #F06472;
}
</style>
background-color css
<style>
a { background-color: #F06472; }
a { background-color: rgb(240,100,114); }
div.DivClassName
{
background-color: #F06472;
}
.BgClassName
{
background-color: #F06472;
}
</style>
border-color css
<style>
span { border-color: #F06472; }
span { border-color: rgb(240,100,114); }
td.TdClassName
{
border-color: #F06472;
}
.TagClassName
{
border-color: #F06472;
}
</style>