Shades of Deep Cerise #F12F81
Tints of Deep Cerise #F12F81
RGB
CMYK
RGB Variations
Color information
#F12F81 (or 0xF12F81) is known color: Deep Cerise. HEX triplet: F1, 2F and 81. RGB value is (241,47,129). Sum of RGB (Red+Green+Blue) = 241+47+129=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12F81 is #0ED07E. Grayscale: #727272. Windows color (decimal): -970879 or 8466417. OLE color: 8466417.
HSL color Cylindrical-coordinate representation of color #F12F81: hue angle of 334.64º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F12F81 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 47 | 129 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.05 |
| HSL | 334.64º | 0.87% | 0.56% | - |
| HSV(B) | 334.64º | 0.8% | 0.95% | - |
| XYZ | 41.25 | 22.32 | 22.9 | - |
| YUV | 114.35 | 136.27 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 47 | 129 | 0 | 0.80 | 0.46 | 0.05 | 334.64 | 0.87 | 0.56 |
| Hex | F1 | 2F | 81 | 0 | 50 | 2E | 5 | 14F | 57 | 38 |
| Octal | 361 | 57 | 201 | 0 | 120 | 56 | 5 | 517 | 127 | 70 |
| Binary | 11110001 | 101111 | 10000001 | 0 | 1010000 | 101110 | 101 | 101001111 | 1010111 | 111000 |
Color Harmonies of #F12F81
Complementary color
Monochromatic Colors of #F12F81
Black with #F12F81
Text Example
Text Example
White with #F12F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12F81; }
p { color: rgb(241,47,129); }
H1.HeaderClassName
{
color: #F12F81;
}
.AnyTagClassName
{
color: #F12F81;
}
</style>
background-color css
<style>
a { background-color: #F12F81; }
a { background-color: rgb(241,47,129); }
div.DivClassName
{
background-color: #F12F81;
}
.BgClassName
{
background-color: #F12F81;
}
</style>
border-color css
<style>
span { border-color: #F12F81; }
span { border-color: rgb(241,47,129); }
td.TdClassName
{
border-color: #F12F81;
}
.TagClassName
{
border-color: #F12F81;
}
</style>