Shades of Deep Cerise #F12B7B
Tints of Deep Cerise #F12B7B
RGB
CMYK
RGB Variations
Color information
#F12B7B (or 0xF12B7B) is known color: Deep Cerise. HEX triplet: F1, 2B and 7B. RGB value is (241,43,123). Sum of RGB (Red+Green+Blue) = 241+43+123=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 43 (17.19% from 255 or 10.57% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F12B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12B7B is #0ED484. Grayscale: #6F6F6F. Windows color (decimal): -971909 or 8072177. OLE color: 8072177.
HSL color Cylindrical-coordinate representation of color #F12B7B: hue angle of 335.76º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12B7B is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 43 | 123 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.05 |
| HSL | 335.76º | 0.88% | 0.56% | - |
| HSV(B) | 335.76º | 0.82% | 0.95% | - |
| XYZ | 40.71 | 21.86 | 20.81 | - |
| YUV | 111.32 | 134.6 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 43 | 123 | 0 | 0.82 | 0.49 | 0.05 | 335.76 | 0.88 | 0.56 |
| Hex | F1 | 2B | 7B | 0 | 52 | 31 | 5 | 150 | 58 | 38 |
| Octal | 361 | 53 | 173 | 0 | 122 | 61 | 5 | 520 | 130 | 70 |
| Binary | 11110001 | 101011 | 1111011 | 0 | 1010010 | 110001 | 101 | 101010000 | 1011000 | 111000 |
Color Harmonies of #F12B7B
Complementary color
Monochromatic Colors of #F12B7B
Black with #F12B7B
Text Example
Text Example
White with #F12B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12B7B; }
p { color: rgb(241,43,123); }
H1.HeaderClassName
{
color: #F12B7B;
}
.AnyTagClassName
{
color: #F12B7B;
}
</style>
background-color css
<style>
a { background-color: #F12B7B; }
a { background-color: rgb(241,43,123); }
div.DivClassName
{
background-color: #F12B7B;
}
.BgClassName
{
background-color: #F12B7B;
}
</style>
border-color css
<style>
span { border-color: #F12B7B; }
span { border-color: rgb(241,43,123); }
td.TdClassName
{
border-color: #F12B7B;
}
.TagClassName
{
border-color: #F12B7B;
}
</style>