Shades of Deep Cerise #F02A7B
Tints of Deep Cerise #F02A7B
RGB
CMYK
RGB Variations
Color information
#F02A7B (or 0xF02A7B) is known color: Deep Cerise. HEX triplet: F0, 2A and 7B. RGB value is (240,42,123). Sum of RGB (Red+Green+Blue) = 240+42+123=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 42 (16.80% from 255 or 10.37% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F02A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02A7B is #0FD584. Grayscale: #6E6E6E. Windows color (decimal): -1037701 or 8071920. OLE color: 8071920.
HSL color Cylindrical-coordinate representation of color #F02A7B: hue angle of 335.45º 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 #F02A7B is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 123 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.06 |
| HSL | 335.45º | 0.87% | 0.55% | - |
| HSV(B) | 335.45º | 0.83% | 0.94% | - |
| XYZ | 40.34 | 21.61 | 20.78 | - |
| YUV | 110.44 | 135.1 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 123 | 0 | 0.82 | 0.49 | 0.06 | 335.45 | 0.87 | 0.55 |
| Hex | F0 | 2A | 7B | 0 | 52 | 31 | 6 | 14F | 57 | 37 |
| Octal | 360 | 52 | 173 | 0 | 122 | 61 | 6 | 517 | 127 | 67 |
| Binary | 11110000 | 101010 | 1111011 | 0 | 1010010 | 110001 | 110 | 101001111 | 1010111 | 110111 |
Color Harmonies of #F02A7B
Complementary color
Monochromatic Colors of #F02A7B
Black with #F02A7B
Text Example
Text Example
White with #F02A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02A7B; }
p { color: rgb(240,42,123); }
H1.HeaderClassName
{
color: #F02A7B;
}
.AnyTagClassName
{
color: #F02A7B;
}
</style>
background-color css
<style>
a { background-color: #F02A7B; }
a { background-color: rgb(240,42,123); }
div.DivClassName
{
background-color: #F02A7B;
}
.BgClassName
{
background-color: #F02A7B;
}
</style>
border-color css
<style>
span { border-color: #F02A7B; }
span { border-color: rgb(240,42,123); }
td.TdClassName
{
border-color: #F02A7B;
}
.TagClassName
{
border-color: #F02A7B;
}
</style>