Shades of Deep Cerise #F12F85
Tints of Deep Cerise #F12F85
RGB
CMYK
RGB Variations
Color information
#F12F85 (or 0xF12F85) is known color: Deep Cerise. HEX triplet: F1, 2F and 85. RGB value is (241,47,133). Sum of RGB (Red+Green+Blue) = 241+47+133=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 47 (18.75% from 255 or 11.16% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F12F85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12F85 is #0ED07A. Grayscale: #727272. Windows color (decimal): -970875 or 8728561. OLE color: 8728561.
HSL color Cylindrical-coordinate representation of color #F12F85: hue angle of 333.4º 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 #F12F85 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 47 | 133 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.05 |
| HSL | 333.4º | 0.87% | 0.56% | - |
| HSV(B) | 333.4º | 0.8% | 0.95% | - |
| XYZ | 41.53 | 22.43 | 24.33 | - |
| YUV | 114.81 | 138.27 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 47 | 133 | 0 | 0.80 | 0.45 | 0.05 | 333.4 | 0.87 | 0.56 |
| Hex | F1 | 2F | 85 | 0 | 50 | 2D | 5 | 14D | 57 | 38 |
| Octal | 361 | 57 | 205 | 0 | 120 | 55 | 5 | 515 | 127 | 70 |
| Binary | 11110001 | 101111 | 10000101 | 0 | 1010000 | 101101 | 101 | 101001101 | 1010111 | 111000 |
Color Harmonies of #F12F85
Complementary color
Monochromatic Colors of #F12F85
Black with #F12F85
Text Example
Text Example
White with #F12F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12F85; }
p { color: rgb(241,47,133); }
H1.HeaderClassName
{
color: #F12F85;
}
.AnyTagClassName
{
color: #F12F85;
}
</style>
background-color css
<style>
a { background-color: #F12F85; }
a { background-color: rgb(241,47,133); }
div.DivClassName
{
background-color: #F12F85;
}
.BgClassName
{
background-color: #F12F85;
}
</style>
border-color css
<style>
span { border-color: #F12F85; }
span { border-color: rgb(241,47,133); }
td.TdClassName
{
border-color: #F12F85;
}
.TagClassName
{
border-color: #F12F85;
}
</style>