Shades of Cerise #F03166
Tints of Cerise #F03166
RGB
CMYK
RGB Variations
Color information
#F03166 (or 0xF03166) is known color: Cerise. HEX triplet: F0, 31 and 66. RGB value is (240,49,102). Sum of RGB (Red+Green+Blue) = 240+49+102=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F03166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03166 is #0FCE99. Grayscale: #707070. Windows color (decimal): -1035930 or 6697456. OLE color: 6697456.
HSL color Cylindrical-coordinate representation of color #F03166: hue angle of 343.35º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03166 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 102 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.06 |
| HSL | 343.35º | 0.86% | 0.57% | - |
| HSV(B) | 343.35º | 0.8% | 0.94% | - |
| XYZ | 39.43 | 21.68 | 14.68 | - |
| YUV | 112.15 | 122.28 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 102 | 0 | 0.80 | 0.58 | 0.06 | 343.35 | 0.86 | 0.57 |
| Hex | F0 | 31 | 66 | 0 | 50 | 3A | 6 | 157 | 56 | 39 |
| Octal | 360 | 61 | 146 | 0 | 120 | 72 | 6 | 527 | 126 | 71 |
| Binary | 11110000 | 110001 | 1100110 | 0 | 1010000 | 111010 | 110 | 101010111 | 1010110 | 111001 |
Color Harmonies of #F03166
Complementary color
Monochromatic Colors of #F03166
Black with #F03166
Text Example
Text Example
White with #F03166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03166; }
p { color: rgb(240,49,102); }
H1.HeaderClassName
{
color: #F03166;
}
.AnyTagClassName
{
color: #F03166;
}
</style>
background-color css
<style>
a { background-color: #F03166; }
a { background-color: rgb(240,49,102); }
div.DivClassName
{
background-color: #F03166;
}
.BgClassName
{
background-color: #F03166;
}
</style>
border-color css
<style>
span { border-color: #F03166; }
span { border-color: rgb(240,49,102); }
td.TdClassName
{
border-color: #F03166;
}
.TagClassName
{
border-color: #F03166;
}
</style>