Shades of Froly #F0616F
Tints of Froly #F0616F
RGB
CMYK
RGB Variations
Color information
#F0616F (or 0xF0616F) is known color: Froly. HEX triplet: F0, 61 and 6F. RGB value is (240,97,111). Sum of RGB (Red+Green+Blue) = 240+97+111=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0616F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0616F is #0F9E90. Grayscale: #8D8D8D. Windows color (decimal): -1023633 or 7299568. OLE color: 7299568.
HSL color Cylindrical-coordinate representation of color #F0616F: hue angle of 354.13º 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 #F0616F is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 111 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.06 |
| HSL | 354.13º | 0.83% | 0.66% | - |
| HSV(B) | 354.13º | 0.6% | 0.94% | - |
| XYZ | 43.08 | 28.22 | 18.22 | - |
| YUV | 141.35 | 110.88 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 111 | 0 | 0.60 | 0.54 | 0.06 | 354.13 | 0.83 | 0.66 |
| Hex | F0 | 61 | 6F | 0 | 3C | 36 | 6 | 162 | 53 | 42 |
| Octal | 360 | 141 | 157 | 0 | 74 | 66 | 6 | 542 | 123 | 102 |
| Binary | 11110000 | 1100001 | 1101111 | 0 | 111100 | 110110 | 110 | 101100010 | 1010011 | 1000010 |
Color Harmonies of #F0616F
Complementary color
Monochromatic Colors of #F0616F
Black with #F0616F
Text Example
Text Example
White with #F0616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0616F; }
p { color: rgb(240,97,111); }
H1.HeaderClassName
{
color: #F0616F;
}
.AnyTagClassName
{
color: #F0616F;
}
</style>
background-color css
<style>
a { background-color: #F0616F; }
a { background-color: rgb(240,97,111); }
div.DivClassName
{
background-color: #F0616F;
}
.BgClassName
{
background-color: #F0616F;
}
</style>
border-color css
<style>
span { border-color: #F0616F; }
span { border-color: rgb(240,97,111); }
td.TdClassName
{
border-color: #F0616F;
}
.TagClassName
{
border-color: #F0616F;
}
</style>