Shades of Deep Cerise #F1237B
Tints of Deep Cerise #F1237B
RGB
CMYK
RGB Variations
Color information
#F1237B (or 0xF1237B) is known color: Deep Cerise. HEX triplet: F1, 23 and 7B. RGB value is (241,35,123). Sum of RGB (Red+Green+Blue) = 241+35+123=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F1237B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1237B is #0EDC84. Grayscale: #6A6A6A. Windows color (decimal): -973957 or 8070129. OLE color: 8070129.
HSL color Cylindrical-coordinate representation of color #F1237B: hue angle of 334.37º 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 #F1237B is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 123 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.05 |
| HSL | 334.37º | 0.88% | 0.54% | - |
| HSV(B) | 334.37º | 0.85% | 0.95% | - |
| XYZ | 40.45 | 21.33 | 20.72 | - |
| YUV | 106.63 | 137.25 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 123 | 0 | 0.85 | 0.49 | 0.05 | 334.37 | 0.88 | 0.54 |
| Hex | F1 | 23 | 7B | 0 | 55 | 31 | 5 | 14E | 58 | 36 |
| Octal | 361 | 43 | 173 | 0 | 125 | 61 | 5 | 516 | 130 | 66 |
| Binary | 11110001 | 100011 | 1111011 | 0 | 1010101 | 110001 | 101 | 101001110 | 1011000 | 110110 |
Color Harmonies of #F1237B
Complementary color
Monochromatic Colors of #F1237B
Black with #F1237B
Text Example
Text Example
White with #F1237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1237B; }
p { color: rgb(241,35,123); }
H1.HeaderClassName
{
color: #F1237B;
}
.AnyTagClassName
{
color: #F1237B;
}
</style>
background-color css
<style>
a { background-color: #F1237B; }
a { background-color: rgb(241,35,123); }
div.DivClassName
{
background-color: #F1237B;
}
.BgClassName
{
background-color: #F1237B;
}
</style>
border-color css
<style>
span { border-color: #F1237B; }
span { border-color: rgb(241,35,123); }
td.TdClassName
{
border-color: #F1237B;
}
.TagClassName
{
border-color: #F1237B;
}
</style>