Shades of Deep Cerise #F1237E
Tints of Deep Cerise #F1237E
RGB
CMYK
RGB Variations
Color information
#F1237E (or 0xF1237E) is known color: Deep Cerise. HEX triplet: F1, 23 and 7E. RGB value is (241,35,126). Sum of RGB (Red+Green+Blue) = 241+35+126=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 35 (14.06% from 255 or 8.71% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F1237E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1237E is #0EDC81. Grayscale: #6A6A6A. Windows color (decimal): -973954 or 8266737. OLE color: 8266737.
HSL color Cylindrical-coordinate representation of color #F1237E: hue angle of 333.5º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1237E is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 126 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.05 |
| HSL | 333.5º | 0.88% | 0.54% | - |
| HSV(B) | 333.5º | 0.85% | 0.95% | - |
| XYZ | 40.64 | 21.41 | 21.73 | - |
| YUV | 106.97 | 138.75 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 126 | 0 | 0.85 | 0.48 | 0.05 | 333.5 | 0.88 | 0.54 |
| Hex | F1 | 23 | 7E | 0 | 55 | 30 | 5 | 14D | 58 | 36 |
| Octal | 361 | 43 | 176 | 0 | 125 | 60 | 5 | 515 | 130 | 66 |
| Binary | 11110001 | 100011 | 1111110 | 0 | 1010101 | 110000 | 101 | 101001101 | 1011000 | 110110 |
Color Harmonies of #F1237E
Complementary color
Monochromatic Colors of #F1237E
Black with #F1237E
Text Example
Text Example
White with #F1237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1237E; }
p { color: rgb(241,35,126); }
H1.HeaderClassName
{
color: #F1237E;
}
.AnyTagClassName
{
color: #F1237E;
}
</style>
background-color css
<style>
a { background-color: #F1237E; }
a { background-color: rgb(241,35,126); }
div.DivClassName
{
background-color: #F1237E;
}
.BgClassName
{
background-color: #F1237E;
}
</style>
border-color css
<style>
span { border-color: #F1237E; }
span { border-color: rgb(241,35,126); }
td.TdClassName
{
border-color: #F1237E;
}
.TagClassName
{
border-color: #F1237E;
}
</style>