Shades of Deep Cerise #F12B7E
Tints of Deep Cerise #F12B7E
RGB
CMYK
RGB Variations
Color information
#F12B7E (or 0xF12B7E) is known color: Deep Cerise. HEX triplet: F1, 2B and 7E. RGB value is (241,43,126). Sum of RGB (Red+Green+Blue) = 241+43+126=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F12B7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12B7E is #0ED481. Grayscale: #6F6F6F. Windows color (decimal): -971906 or 8268785. OLE color: 8268785.
HSL color Cylindrical-coordinate representation of color #F12B7E: hue angle of 334.85º 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 #F12B7E is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 43 | 126 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.05 |
| HSL | 334.85º | 0.88% | 0.56% | - |
| HSV(B) | 334.85º | 0.82% | 0.95% | - |
| XYZ | 40.91 | 21.93 | 21.82 | - |
| YUV | 111.66 | 136.1 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 43 | 126 | 0 | 0.82 | 0.48 | 0.05 | 334.85 | 0.88 | 0.56 |
| Hex | F1 | 2B | 7E | 0 | 52 | 30 | 5 | 14F | 58 | 38 |
| Octal | 361 | 53 | 176 | 0 | 122 | 60 | 5 | 517 | 130 | 70 |
| Binary | 11110001 | 101011 | 1111110 | 0 | 1010010 | 110000 | 101 | 101001111 | 1011000 | 111000 |
Color Harmonies of #F12B7E
Complementary color
Monochromatic Colors of #F12B7E
Black with #F12B7E
Text Example
Text Example
White with #F12B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12B7E; }
p { color: rgb(241,43,126); }
H1.HeaderClassName
{
color: #F12B7E;
}
.AnyTagClassName
{
color: #F12B7E;
}
</style>
background-color css
<style>
a { background-color: #F12B7E; }
a { background-color: rgb(241,43,126); }
div.DivClassName
{
background-color: #F12B7E;
}
.BgClassName
{
background-color: #F12B7E;
}
</style>
border-color css
<style>
span { border-color: #F12B7E; }
span { border-color: rgb(241,43,126); }
td.TdClassName
{
border-color: #F12B7E;
}
.TagClassName
{
border-color: #F12B7E;
}
</style>