Shades of Deep Cerise #F0237B
Tints of Deep Cerise #F0237B
RGB
CMYK
RGB Variations
Color information
#F0237B (or 0xF0237B) is known color: Deep Cerise. HEX triplet: F0, 23 and 7B. RGB value is (240,35,123). Sum of RGB (Red+Green+Blue) = 240+35+123=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0237B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0237B is #0FDC84. Grayscale: #6A6A6A. Windows color (decimal): -1039493 or 8070128. OLE color: 8070128.
HSL color Cylindrical-coordinate representation of color #F0237B: hue angle of 334.24º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F0237B is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 35 | 123 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.06 |
| HSL | 334.24º | 0.87% | 0.54% | - |
| HSV(B) | 334.24º | 0.85% | 0.94% | - |
| XYZ | 40.11 | 21.16 | 20.71 | - |
| YUV | 106.33 | 137.42 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 35 | 123 | 0 | 0.85 | 0.49 | 0.06 | 334.24 | 0.87 | 0.54 |
| Hex | F0 | 23 | 7B | 0 | 55 | 31 | 6 | 14E | 57 | 36 |
| Octal | 360 | 43 | 173 | 0 | 125 | 61 | 6 | 516 | 127 | 66 |
| Binary | 11110000 | 100011 | 1111011 | 0 | 1010101 | 110001 | 110 | 101001110 | 1010111 | 110110 |
Color Harmonies of #F0237B
Complementary color
Monochromatic Colors of #F0237B
Black with #F0237B
Text Example
Text Example
White with #F0237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0237B; }
p { color: rgb(240,35,123); }
H1.HeaderClassName
{
color: #F0237B;
}
.AnyTagClassName
{
color: #F0237B;
}
</style>
background-color css
<style>
a { background-color: #F0237B; }
a { background-color: rgb(240,35,123); }
div.DivClassName
{
background-color: #F0237B;
}
.BgClassName
{
background-color: #F0237B;
}
</style>
border-color css
<style>
span { border-color: #F0237B; }
span { border-color: rgb(240,35,123); }
td.TdClassName
{
border-color: #F0237B;
}
.TagClassName
{
border-color: #F0237B;
}
</style>