Shades of Deep Cerise #F12A85
Tints of Deep Cerise #F12A85
RGB
CMYK
RGB Variations
Color information
#F12A85 (or 0xF12A85) is known color: Deep Cerise. HEX triplet: F1, 2A and 85. RGB value is (241,42,133). Sum of RGB (Red+Green+Blue) = 241+42+133=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12A85 is #0ED57A. Grayscale: #6F6F6F. Windows color (decimal): -972155 or 8727281. OLE color: 8727281.
HSL color Cylindrical-coordinate representation of color #F12A85: hue angle of 332.56º 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 #F12A85 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 42 | 133 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.05 |
| HSL | 332.56º | 0.88% | 0.55% | - |
| HSV(B) | 332.56º | 0.83% | 0.95% | - |
| XYZ | 41.34 | 22.05 | 24.27 | - |
| YUV | 111.88 | 139.93 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 42 | 133 | 0 | 0.83 | 0.45 | 0.05 | 332.56 | 0.88 | 0.55 |
| Hex | F1 | 2A | 85 | 0 | 53 | 2D | 5 | 14D | 58 | 37 |
| Octal | 361 | 52 | 205 | 0 | 123 | 55 | 5 | 515 | 130 | 67 |
| Binary | 11110001 | 101010 | 10000101 | 0 | 1010011 | 101101 | 101 | 101001101 | 1011000 | 110111 |
Color Harmonies of #F12A85
Complementary color
Monochromatic Colors of #F12A85
Black with #F12A85
Text Example
Text Example
White with #F12A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12A85; }
p { color: rgb(241,42,133); }
H1.HeaderClassName
{
color: #F12A85;
}
.AnyTagClassName
{
color: #F12A85;
}
</style>
background-color css
<style>
a { background-color: #F12A85; }
a { background-color: rgb(241,42,133); }
div.DivClassName
{
background-color: #F12A85;
}
.BgClassName
{
background-color: #F12A85;
}
</style>
border-color css
<style>
span { border-color: #F12A85; }
span { border-color: rgb(241,42,133); }
td.TdClassName
{
border-color: #F12A85;
}
.TagClassName
{
border-color: #F12A85;
}
</style>