Shades of Deep Cerise #F1267B
Tints of Deep Cerise #F1267B
RGB
CMYK
RGB Variations
Color information
#F1267B (or 0xF1267B) is known color: Deep Cerise. HEX triplet: F1, 26 and 7B. RGB value is (241,38,123). Sum of RGB (Red+Green+Blue) = 241+38+123=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 38 (15.23% from 255 or 9.45% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F1267B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1267B is #0ED984. Grayscale: #6C6C6C. Windows color (decimal): -973189 or 8070897. OLE color: 8070897.
HSL color Cylindrical-coordinate representation of color #F1267B: hue angle of 334.88º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F1267B is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 123 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.05 |
| HSL | 334.88º | 0.88% | 0.55% | - |
| HSV(B) | 334.88º | 0.84% | 0.95% | - |
| XYZ | 40.54 | 21.52 | 20.76 | - |
| YUV | 108.39 | 136.25 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 123 | 0 | 0.84 | 0.49 | 0.05 | 334.88 | 0.88 | 0.55 |
| Hex | F1 | 26 | 7B | 0 | 54 | 31 | 5 | 14F | 58 | 37 |
| Octal | 361 | 46 | 173 | 0 | 124 | 61 | 5 | 517 | 130 | 67 |
| Binary | 11110001 | 100110 | 1111011 | 0 | 1010100 | 110001 | 101 | 101001111 | 1011000 | 110111 |
Color Harmonies of #F1267B
Complementary color
Monochromatic Colors of #F1267B
Black with #F1267B
Text Example
Text Example
White with #F1267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1267B; }
p { color: rgb(241,38,123); }
H1.HeaderClassName
{
color: #F1267B;
}
.AnyTagClassName
{
color: #F1267B;
}
</style>
background-color css
<style>
a { background-color: #F1267B; }
a { background-color: rgb(241,38,123); }
div.DivClassName
{
background-color: #F1267B;
}
.BgClassName
{
background-color: #F1267B;
}
</style>
border-color css
<style>
span { border-color: #F1267B; }
span { border-color: rgb(241,38,123); }
td.TdClassName
{
border-color: #F1267B;
}
.TagClassName
{
border-color: #F1267B;
}
</style>