Shades of Froly #F06474
Tints of Froly #F06474
RGB
CMYK
RGB Variations
Color information
#F06474 (or 0xF06474) is known color: Froly. HEX triplet: F0, 64 and 74. RGB value is (240,100,116). Sum of RGB (Red+Green+Blue) = 240+100+116=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F06474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06474 is #0F9B8B. Grayscale: #8F8F8F. Windows color (decimal): -1022860 or 7628016. OLE color: 7628016.
HSL color Cylindrical-coordinate representation of color #F06474: hue angle of 353.14º 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 #F06474 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 116 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.06 |
| HSL | 353.14º | 0.82% | 0.67% | - |
| HSV(B) | 353.14º | 0.58% | 0.94% | - |
| XYZ | 43.64 | 28.9 | 19.8 | - |
| YUV | 143.68 | 112.38 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 116 | 0 | 0.58 | 0.52 | 0.06 | 353.14 | 0.82 | 0.67 |
| Hex | F0 | 64 | 74 | 0 | 3A | 34 | 6 | 161 | 52 | 43 |
| Octal | 360 | 144 | 164 | 0 | 72 | 64 | 6 | 541 | 122 | 103 |
| Binary | 11110000 | 1100100 | 1110100 | 0 | 111010 | 110100 | 110 | 101100001 | 1010010 | 1000011 |
Color Harmonies of #F06474
Complementary color
Monochromatic Colors of #F06474
Black with #F06474
Text Example
Text Example
White with #F06474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06474; }
p { color: rgb(240,100,116); }
H1.HeaderClassName
{
color: #F06474;
}
.AnyTagClassName
{
color: #F06474;
}
</style>
background-color css
<style>
a { background-color: #F06474; }
a { background-color: rgb(240,100,116); }
div.DivClassName
{
background-color: #F06474;
}
.BgClassName
{
background-color: #F06474;
}
</style>
border-color css
<style>
span { border-color: #F06474; }
span { border-color: rgb(240,100,116); }
td.TdClassName
{
border-color: #F06474;
}
.TagClassName
{
border-color: #F06474;
}
</style>