Shades of Deep Cerise #F02B7A
Tints of Deep Cerise #F02B7A
RGB
CMYK
RGB Variations
Color information
#F02B7A (or 0xF02B7A) is known color: Deep Cerise. HEX triplet: F0, 2B and 7A. RGB value is (240,43,122). Sum of RGB (Red+Green+Blue) = 240+43+122=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 43 (17.19% from 255 or 10.62% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F02B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02B7A is #0FD485. Grayscale: #6E6E6E. Windows color (decimal): -1037446 or 8006640. OLE color: 8006640.
HSL color Cylindrical-coordinate representation of color #F02B7A: hue angle of 335.94º 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 #F02B7A is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 43 | 122 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.06 |
| HSL | 335.94º | 0.87% | 0.55% | - |
| HSV(B) | 335.94º | 0.82% | 0.94% | - |
| XYZ | 40.31 | 21.66 | 20.47 | - |
| YUV | 110.91 | 134.27 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 43 | 122 | 0 | 0.82 | 0.49 | 0.06 | 335.94 | 0.87 | 0.55 |
| Hex | F0 | 2B | 7A | 0 | 52 | 31 | 6 | 150 | 57 | 37 |
| Octal | 360 | 53 | 172 | 0 | 122 | 61 | 6 | 520 | 127 | 67 |
| Binary | 11110000 | 101011 | 1111010 | 0 | 1010010 | 110001 | 110 | 101010000 | 1010111 | 110111 |
Color Harmonies of #F02B7A
Complementary color
Monochromatic Colors of #F02B7A
Black with #F02B7A
Text Example
Text Example
White with #F02B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02B7A; }
p { color: rgb(240,43,122); }
H1.HeaderClassName
{
color: #F02B7A;
}
.AnyTagClassName
{
color: #F02B7A;
}
</style>
background-color css
<style>
a { background-color: #F02B7A; }
a { background-color: rgb(240,43,122); }
div.DivClassName
{
background-color: #F02B7A;
}
.BgClassName
{
background-color: #F02B7A;
}
</style>
border-color css
<style>
span { border-color: #F02B7A; }
span { border-color: rgb(240,43,122); }
td.TdClassName
{
border-color: #F02B7A;
}
.TagClassName
{
border-color: #F02B7A;
}
</style>