Shades of Froly #F0606D
Tints of Froly #F0606D
RGB
CMYK
RGB Variations
Color information
#F0606D (or 0xF0606D) is known color: Froly. HEX triplet: F0, 60 and 6D. RGB value is (240,96,109). Sum of RGB (Red+Green+Blue) = 240+96+109=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0606D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0606D is #0F9F92. Grayscale: #8C8C8C. Windows color (decimal): -1023891 or 7168240. OLE color: 7168240.
HSL color Cylindrical-coordinate representation of color #F0606D: hue angle of 354.58º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0606D is Cyan = 0, Magento = 0.6, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 109 | - |
| CMYK | 0 | 0.6 | 0.55 | 0.06 |
| HSL | 354.58º | 0.83% | 0.66% | - |
| HSV(B) | 354.58º | 0.6% | 0.94% | - |
| XYZ | 42.88 | 28 | 17.61 | - |
| YUV | 140.54 | 110.21 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 109 | 0 | 0.6 | 0.55 | 0.06 | 354.58 | 0.83 | 0.66 |
| Hex | F0 | 60 | 6D | 0 | 3C | 37 | 6 | 163 | 53 | 42 |
| Octal | 360 | 140 | 155 | 0 | 74 | 67 | 6 | 543 | 123 | 102 |
| Binary | 11110000 | 1100000 | 1101101 | 0 | 111100 | 110111 | 110 | 101100011 | 1010011 | 1000010 |
Color Harmonies of #F0606D
Complementary color
Monochromatic Colors of #F0606D
Black with #F0606D
Text Example
Text Example
White with #F0606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0606D; }
p { color: rgb(240,96,109); }
H1.HeaderClassName
{
color: #F0606D;
}
.AnyTagClassName
{
color: #F0606D;
}
</style>
background-color css
<style>
a { background-color: #F0606D; }
a { background-color: rgb(240,96,109); }
div.DivClassName
{
background-color: #F0606D;
}
.BgClassName
{
background-color: #F0606D;
}
</style>
border-color css
<style>
span { border-color: #F0606D; }
span { border-color: rgb(240,96,109); }
td.TdClassName
{
border-color: #F0606D;
}
.TagClassName
{
border-color: #F0606D;
}
</style>