Shades of Deep Cerise #F0237D
Tints of Deep Cerise #F0237D
RGB
CMYK
RGB Variations
Color information
#F0237D (or 0xF0237D) is known color: Deep Cerise. HEX triplet: F0, 23 and 7D. RGB value is (240,35,125). Sum of RGB (Red+Green+Blue) = 240+35+125=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 35 (14.06% from 255 or 8.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0237D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0237D is #0FDC82. Grayscale: #6A6A6A. Windows color (decimal): -1039491 or 8201200. OLE color: 8201200.
HSL color Cylindrical-coordinate representation of color #F0237D: hue angle of 333.66º 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 #F0237D is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 35 | 125 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.06 |
| HSL | 333.66º | 0.87% | 0.54% | - |
| HSV(B) | 333.66º | 0.85% | 0.94% | - |
| XYZ | 40.24 | 21.21 | 21.37 | - |
| YUV | 106.56 | 138.42 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 35 | 125 | 0 | 0.85 | 0.48 | 0.06 | 333.66 | 0.87 | 0.54 |
| Hex | F0 | 23 | 7D | 0 | 55 | 30 | 6 | 14E | 57 | 36 |
| Octal | 360 | 43 | 175 | 0 | 125 | 60 | 6 | 516 | 127 | 66 |
| Binary | 11110000 | 100011 | 1111101 | 0 | 1010101 | 110000 | 110 | 101001110 | 1010111 | 110110 |
Color Harmonies of #F0237D
Complementary color
Monochromatic Colors of #F0237D
Black with #F0237D
Text Example
Text Example
White with #F0237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0237D; }
p { color: rgb(240,35,125); }
H1.HeaderClassName
{
color: #F0237D;
}
.AnyTagClassName
{
color: #F0237D;
}
</style>
background-color css
<style>
a { background-color: #F0237D; }
a { background-color: rgb(240,35,125); }
div.DivClassName
{
background-color: #F0237D;
}
.BgClassName
{
background-color: #F0237D;
}
</style>
border-color css
<style>
span { border-color: #F0237D; }
span { border-color: rgb(240,35,125); }
td.TdClassName
{
border-color: #F0237D;
}
.TagClassName
{
border-color: #F0237D;
}
</style>