Shades of Froly #F0616E
Tints of Froly #F0616E
RGB
CMYK
RGB Variations
Color information
#F0616E (or 0xF0616E) is known color: Froly. HEX triplet: F0, 61 and 6E. RGB value is (240,97,110). Sum of RGB (Red+Green+Blue) = 240+97+110=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0616E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0616E is #0F9E91. Grayscale: #8D8D8D. Windows color (decimal): -1023634 or 7234032. OLE color: 7234032.
HSL color Cylindrical-coordinate representation of color #F0616E: hue angle of 354.55º 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 #F0616E is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 110 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.06 |
| HSL | 354.55º | 0.83% | 0.66% | - |
| HSV(B) | 354.55º | 0.6% | 0.94% | - |
| XYZ | 43.02 | 28.2 | 17.93 | - |
| YUV | 141.24 | 110.38 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 110 | 0 | 0.60 | 0.54 | 0.06 | 354.55 | 0.83 | 0.66 |
| Hex | F0 | 61 | 6E | 0 | 3C | 36 | 6 | 163 | 53 | 42 |
| Octal | 360 | 141 | 156 | 0 | 74 | 66 | 6 | 543 | 123 | 102 |
| Binary | 11110000 | 1100001 | 1101110 | 0 | 111100 | 110110 | 110 | 101100011 | 1010011 | 1000010 |
Color Harmonies of #F0616E
Complementary color
Monochromatic Colors of #F0616E
Black with #F0616E
Text Example
Text Example
White with #F0616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0616E; }
p { color: rgb(240,97,110); }
H1.HeaderClassName
{
color: #F0616E;
}
.AnyTagClassName
{
color: #F0616E;
}
</style>
background-color css
<style>
a { background-color: #F0616E; }
a { background-color: rgb(240,97,110); }
div.DivClassName
{
background-color: #F0616E;
}
.BgClassName
{
background-color: #F0616E;
}
</style>
border-color css
<style>
span { border-color: #F0616E; }
span { border-color: rgb(240,97,110); }
td.TdClassName
{
border-color: #F0616E;
}
.TagClassName
{
border-color: #F0616E;
}
</style>