Shades of Deep Pink #F12192
Tints of Deep Pink #F12192
RGB
CMYK
RGB Variations
Color information
#F12192 (or 0xF12192) is known color: Deep Pink. HEX triplet: F1, 21 and 92. RGB value is (241,33,146). Sum of RGB (Red+Green+Blue) = 241+33+146=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F12192 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12192 is #0EDE6D. Grayscale: #6B6B6B. Windows color (decimal): -974446 or 9576945. OLE color: 9576945.
HSL color Cylindrical-coordinate representation of color #F12192: hue angle of 327.4º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F12192 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 146 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.05 |
| HSL | 327.4º | 0.88% | 0.54% | - |
| HSV(B) | 327.4º | 0.86% | 0.95% | - |
| XYZ | 42.01 | 21.86 | 29.2 | - |
| YUV | 108.07 | 149.41 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 146 | 0 | 0.86 | 0.39 | 0.05 | 327.4 | 0.88 | 0.54 |
| Hex | F1 | 21 | 92 | 0 | 56 | 27 | 5 | 147 | 58 | 36 |
| Octal | 361 | 41 | 222 | 0 | 126 | 47 | 5 | 507 | 130 | 66 |
| Binary | 11110001 | 100001 | 10010010 | 0 | 1010110 | 100111 | 101 | 101000111 | 1011000 | 110110 |
Color Harmonies of #F12192
Complementary color
Monochromatic Colors of #F12192
Black with #F12192
Text Example
Text Example
White with #F12192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12192; }
p { color: rgb(241,33,146); }
H1.HeaderClassName
{
color: #F12192;
}
.AnyTagClassName
{
color: #F12192;
}
</style>
background-color css
<style>
a { background-color: #F12192; }
a { background-color: rgb(241,33,146); }
div.DivClassName
{
background-color: #F12192;
}
.BgClassName
{
background-color: #F12192;
}
</style>
border-color css
<style>
span { border-color: #F12192; }
span { border-color: rgb(241,33,146); }
td.TdClassName
{
border-color: #F12192;
}
.TagClassName
{
border-color: #F12192;
}
</style>