Shades of Cerise #F02A70
Tints of Cerise #F02A70
RGB
CMYK
RGB Variations
Color information
#F02A70 (or 0xF02A70) is known color: Cerise. HEX triplet: F0, 2A and 70. RGB value is (240,42,112). Sum of RGB (Red+Green+Blue) = 240+42+112=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02A70 is #0FD58F. Grayscale: #6D6D6D. Windows color (decimal): -1037712 or 7351024. OLE color: 7351024.
HSL color Cylindrical-coordinate representation of color #F02A70: hue angle of 338.79º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02A70 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 112 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.06 |
| HSL | 338.79º | 0.87% | 0.55% | - |
| HSV(B) | 338.79º | 0.83% | 0.94% | - |
| XYZ | 39.69 | 21.35 | 17.36 | - |
| YUV | 109.18 | 129.6 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 112 | 0 | 0.82 | 0.53 | 0.06 | 338.79 | 0.87 | 0.55 |
| Hex | F0 | 2A | 70 | 0 | 52 | 35 | 6 | 153 | 57 | 37 |
| Octal | 360 | 52 | 160 | 0 | 122 | 65 | 6 | 523 | 127 | 67 |
| Binary | 11110000 | 101010 | 1110000 | 0 | 1010010 | 110101 | 110 | 101010011 | 1010111 | 110111 |
Color Harmonies of #F02A70
Complementary color
Monochromatic Colors of #F02A70
Black with #F02A70
Text Example
Text Example
White with #F02A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02A70; }
p { color: rgb(240,42,112); }
H1.HeaderClassName
{
color: #F02A70;
}
.AnyTagClassName
{
color: #F02A70;
}
</style>
background-color css
<style>
a { background-color: #F02A70; }
a { background-color: rgb(240,42,112); }
div.DivClassName
{
background-color: #F02A70;
}
.BgClassName
{
background-color: #F02A70;
}
</style>
border-color css
<style>
span { border-color: #F02A70; }
span { border-color: rgb(240,42,112); }
td.TdClassName
{
border-color: #F02A70;
}
.TagClassName
{
border-color: #F02A70;
}
</style>