Shades of Deep Cerise #F12881
Tints of Deep Cerise #F12881
RGB
CMYK
RGB Variations
Color information
#F12881 (or 0xF12881) is known color: Deep Cerise. HEX triplet: F1, 28 and 81. RGB value is (241,40,129). Sum of RGB (Red+Green+Blue) = 241+40+129=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F12881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12881 is #0ED77E. Grayscale: #6E6E6E. Windows color (decimal): -972671 or 8464625. OLE color: 8464625.
HSL color Cylindrical-coordinate representation of color #F12881: hue angle of 333.43º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12881 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 129 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.05 |
| HSL | 333.43º | 0.88% | 0.55% | - |
| HSV(B) | 333.43º | 0.83% | 0.95% | - |
| XYZ | 41 | 21.8 | 22.82 | - |
| YUV | 110.25 | 138.59 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 129 | 0 | 0.83 | 0.46 | 0.05 | 333.43 | 0.88 | 0.55 |
| Hex | F1 | 28 | 81 | 0 | 53 | 2E | 5 | 14D | 58 | 37 |
| Octal | 361 | 50 | 201 | 0 | 123 | 56 | 5 | 515 | 130 | 67 |
| Binary | 11110001 | 101000 | 10000001 | 0 | 1010011 | 101110 | 101 | 101001101 | 1011000 | 110111 |
Color Harmonies of #F12881
Complementary color
Monochromatic Colors of #F12881
Black with #F12881
Text Example
Text Example
White with #F12881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12881; }
p { color: rgb(241,40,129); }
H1.HeaderClassName
{
color: #F12881;
}
.AnyTagClassName
{
color: #F12881;
}
</style>
background-color css
<style>
a { background-color: #F12881; }
a { background-color: rgb(241,40,129); }
div.DivClassName
{
background-color: #F12881;
}
.BgClassName
{
background-color: #F12881;
}
</style>
border-color css
<style>
span { border-color: #F12881; }
span { border-color: rgb(241,40,129); }
td.TdClassName
{
border-color: #F12881;
}
.TagClassName
{
border-color: #F12881;
}
</style>