Shades of Cerise #F03070
Tints of Cerise #F03070
RGB
CMYK
RGB Variations
Color information
#F03070 (or 0xF03070) is known color: Cerise. HEX triplet: F0, 30 and 70. RGB value is (240,48,112). Sum of RGB (Red+Green+Blue) = 240+48+112=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F03070 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03070 is #0FCF8F. Grayscale: #707070. Windows color (decimal): -1036176 or 7352560. OLE color: 7352560.
HSL color Cylindrical-coordinate representation of color #F03070: hue angle of 340º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F03070 is Cyan = 0, Magento = 0.8, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 112 | - |
| CMYK | 0 | 0.8 | 0.53 | 0.06 |
| HSL | 340º | 0.86% | 0.56% | - |
| HSV(B) | 340º | 0.8% | 0.94% | - |
| XYZ | 39.92 | 21.81 | 17.43 | - |
| YUV | 112.7 | 127.61 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 112 | 0 | 0.8 | 0.53 | 0.06 | 340 | 0.86 | 0.56 |
| Hex | F0 | 30 | 70 | 0 | 50 | 35 | 6 | 154 | 56 | 38 |
| Octal | 360 | 60 | 160 | 0 | 120 | 65 | 6 | 524 | 126 | 70 |
| Binary | 11110000 | 110000 | 1110000 | 0 | 1010000 | 110101 | 110 | 101010100 | 1010110 | 111000 |
Color Harmonies of #F03070
Complementary color
Monochromatic Colors of #F03070
Black with #F03070
Text Example
Text Example
White with #F03070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03070; }
p { color: rgb(240,48,112); }
H1.HeaderClassName
{
color: #F03070;
}
.AnyTagClassName
{
color: #F03070;
}
</style>
background-color css
<style>
a { background-color: #F03070; }
a { background-color: rgb(240,48,112); }
div.DivClassName
{
background-color: #F03070;
}
.BgClassName
{
background-color: #F03070;
}
</style>
border-color css
<style>
span { border-color: #F03070; }
span { border-color: rgb(240,48,112); }
td.TdClassName
{
border-color: #F03070;
}
.TagClassName
{
border-color: #F03070;
}
</style>