Shades of Cerise #F02A6C
Tints of Cerise #F02A6C
RGB
CMYK
RGB Variations
Color information
#F02A6C (or 0xF02A6C) is known color: Cerise. HEX triplet: F0, 2A and 6C. RGB value is (240,42,108). Sum of RGB (Red+Green+Blue) = 240+42+108=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02A6C is #0FD593. Grayscale: #6C6C6C. Windows color (decimal): -1037716 or 7088880. OLE color: 7088880.
HSL color Cylindrical-coordinate representation of color #F02A6C: hue angle of 340º 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 #F02A6C is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 108 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.06 |
| HSL | 340º | 0.87% | 0.55% | - |
| HSV(B) | 340º | 0.83% | 0.94% | - |
| XYZ | 39.47 | 21.26 | 16.21 | - |
| YUV | 108.73 | 127.6 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 108 | 0 | 0.82 | 0.55 | 0.06 | 340 | 0.87 | 0.55 |
| Hex | F0 | 2A | 6C | 0 | 52 | 37 | 6 | 154 | 57 | 37 |
| Octal | 360 | 52 | 154 | 0 | 122 | 67 | 6 | 524 | 127 | 67 |
| Binary | 11110000 | 101010 | 1101100 | 0 | 1010010 | 110111 | 110 | 101010100 | 1010111 | 110111 |
Color Harmonies of #F02A6C
Complementary color
Monochromatic Colors of #F02A6C
Black with #F02A6C
Text Example
Text Example
White with #F02A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02A6C; }
p { color: rgb(240,42,108); }
H1.HeaderClassName
{
color: #F02A6C;
}
.AnyTagClassName
{
color: #F02A6C;
}
</style>
background-color css
<style>
a { background-color: #F02A6C; }
a { background-color: rgb(240,42,108); }
div.DivClassName
{
background-color: #F02A6C;
}
.BgClassName
{
background-color: #F02A6C;
}
</style>
border-color css
<style>
span { border-color: #F02A6C; }
span { border-color: rgb(240,42,108); }
td.TdClassName
{
border-color: #F02A6C;
}
.TagClassName
{
border-color: #F02A6C;
}
</style>