Shades of Deep Cerise #F02F7B
Tints of Deep Cerise #F02F7B
RGB
CMYK
RGB Variations
Color information
#F02F7B (or 0xF02F7B) is known color: Deep Cerise. HEX triplet: F0, 2F and 7B. RGB value is (240,47,123). Sum of RGB (Red+Green+Blue) = 240+47+123=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 47 (18.75% from 255 or 11.46% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F02F7B is #0FD084. Grayscale: #717171. Windows color (decimal): -1036421 or 8073200. OLE color: 8073200.
HSL color Cylindrical-coordinate representation of color #F02F7B: hue angle of 336.37º degrees, saturation: 0.87, 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 #F02F7B is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 47 | 123 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.06 |
| HSL | 336.37º | 0.87% | 0.56% | - |
| HSV(B) | 336.37º | 0.8% | 0.94% | - |
| XYZ | 40.53 | 21.99 | 20.85 | - |
| YUV | 113.37 | 133.44 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 47 | 123 | 0 | 0.80 | 0.49 | 0.06 | 336.37 | 0.87 | 0.56 |
| Hex | F0 | 2F | 7B | 0 | 50 | 31 | 6 | 150 | 57 | 38 |
| Octal | 360 | 57 | 173 | 0 | 120 | 61 | 6 | 520 | 127 | 70 |
| Binary | 11110000 | 101111 | 1111011 | 0 | 1010000 | 110001 | 110 | 101010000 | 1010111 | 111000 |
Color Harmonies of #F02F7B
Complementary color
Monochromatic Colors of #F02F7B
Black with #F02F7B
Text Example
Text Example
White with #F02F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02F7B; }
p { color: rgb(240,47,123); }
H1.HeaderClassName
{
color: #F02F7B;
}
.AnyTagClassName
{
color: #F02F7B;
}
</style>
background-color css
<style>
a { background-color: #F02F7B; }
a { background-color: rgb(240,47,123); }
div.DivClassName
{
background-color: #F02F7B;
}
.BgClassName
{
background-color: #F02F7B;
}
</style>
border-color css
<style>
span { border-color: #F02F7B; }
span { border-color: rgb(240,47,123); }
td.TdClassName
{
border-color: #F02F7B;
}
.TagClassName
{
border-color: #F02F7B;
}
</style>