Shades of Froly #F0606C
Tints of Froly #F0606C
RGB
CMYK
RGB Variations
Color information
#F0606C (or 0xF0606C) is known color: Froly. HEX triplet: F0, 60 and 6C. RGB value is (240,96,108). Sum of RGB (Red+Green+Blue) = 240+96+108=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0606C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0606C is #0F9F93. Grayscale: #8C8C8C. Windows color (decimal): -1023892 or 7102704. OLE color: 7102704.
HSL color Cylindrical-coordinate representation of color #F0606C: hue angle of 355º 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 #F0606C is Cyan = 0, Magento = 0.6, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 108 | - |
| CMYK | 0 | 0.6 | 0.55 | 0.06 |
| HSL | 355º | 0.83% | 0.66% | - |
| HSV(B) | 355º | 0.6% | 0.94% | - |
| XYZ | 42.82 | 27.97 | 17.33 | - |
| YUV | 140.42 | 109.71 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 108 | 0 | 0.6 | 0.55 | 0.06 | 355 | 0.83 | 0.66 |
| Hex | F0 | 60 | 6C | 0 | 3C | 37 | 6 | 163 | 53 | 42 |
| Octal | 360 | 140 | 154 | 0 | 74 | 67 | 6 | 543 | 123 | 102 |
| Binary | 11110000 | 1100000 | 1101100 | 0 | 111100 | 110111 | 110 | 101100011 | 1010011 | 1000010 |
Color Harmonies of #F0606C
Complementary color
Monochromatic Colors of #F0606C
Black with #F0606C
Text Example
Text Example
White with #F0606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0606C; }
p { color: rgb(240,96,108); }
H1.HeaderClassName
{
color: #F0606C;
}
.AnyTagClassName
{
color: #F0606C;
}
</style>
background-color css
<style>
a { background-color: #F0606C; }
a { background-color: rgb(240,96,108); }
div.DivClassName
{
background-color: #F0606C;
}
.BgClassName
{
background-color: #F0606C;
}
</style>
border-color css
<style>
span { border-color: #F0606C; }
span { border-color: rgb(240,96,108); }
td.TdClassName
{
border-color: #F0606C;
}
.TagClassName
{
border-color: #F0606C;
}
</style>