Shades of Deep Pink #F12491
Tints of Deep Pink #F12491
RGB
CMYK
RGB Variations
Color information
#F12491 (or 0xF12491) is known color: Deep Pink. HEX triplet: F1, 24 and 91. RGB value is (241,36,145). Sum of RGB (Red+Green+Blue) = 241+36+145=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 145 (57.03% from 255 or 34.36% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F12491 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12491 is #0EDB6E. Grayscale: #6D6D6D. Windows color (decimal): -973679 or 9512177. OLE color: 9512177.
HSL color Cylindrical-coordinate representation of color #F12491: hue angle of 328.1º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12491 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 145 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.05 |
| HSL | 328.1º | 0.88% | 0.54% | - |
| HSV(B) | 328.1º | 0.85% | 0.95% | - |
| XYZ | 42.02 | 22.01 | 28.82 | - |
| YUV | 109.72 | 147.92 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 145 | 0 | 0.85 | 0.40 | 0.05 | 328.1 | 0.88 | 0.54 |
| Hex | F1 | 24 | 91 | 0 | 55 | 28 | 5 | 148 | 58 | 36 |
| Octal | 361 | 44 | 221 | 0 | 125 | 50 | 5 | 510 | 130 | 66 |
| Binary | 11110001 | 100100 | 10010001 | 0 | 1010101 | 101000 | 101 | 101001000 | 1011000 | 110110 |
Color Harmonies of #F12491
Complementary color
Monochromatic Colors of #F12491
Black with #F12491
Text Example
Text Example
White with #F12491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12491; }
p { color: rgb(241,36,145); }
H1.HeaderClassName
{
color: #F12491;
}
.AnyTagClassName
{
color: #F12491;
}
</style>
background-color css
<style>
a { background-color: #F12491; }
a { background-color: rgb(241,36,145); }
div.DivClassName
{
background-color: #F12491;
}
.BgClassName
{
background-color: #F12491;
}
</style>
border-color css
<style>
span { border-color: #F12491; }
span { border-color: rgb(241,36,145); }
td.TdClassName
{
border-color: #F12491;
}
.TagClassName
{
border-color: #F12491;
}
</style>