Shades of Deep Pink #F12194
Tints of Deep Pink #F12194
RGB
CMYK
RGB Variations
Color information
#F12194 (or 0xF12194) is known color: Deep Pink. HEX triplet: F1, 21 and 94. RGB value is (241,33,148). Sum of RGB (Red+Green+Blue) = 241+33+148=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F12194 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12194 is #0EDE6B. Grayscale: #6C6C6C. Windows color (decimal): -974444 or 9708017. OLE color: 9708017.
HSL color Cylindrical-coordinate representation of color #F12194: hue angle of 326.83º 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 #F12194 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 33 | 148 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.05 |
| HSL | 326.83º | 0.88% | 0.54% | - |
| HSV(B) | 326.83º | 0.86% | 0.95% | - |
| XYZ | 42.16 | 21.93 | 30.03 | - |
| YUV | 108.3 | 150.41 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 33 | 148 | 0 | 0.86 | 0.39 | 0.05 | 326.83 | 0.88 | 0.54 |
| Hex | F1 | 21 | 94 | 0 | 56 | 27 | 5 | 147 | 58 | 36 |
| Octal | 361 | 41 | 224 | 0 | 126 | 47 | 5 | 507 | 130 | 66 |
| Binary | 11110001 | 100001 | 10010100 | 0 | 1010110 | 100111 | 101 | 101000111 | 1011000 | 110110 |
Color Harmonies of #F12194
Complementary color
Monochromatic Colors of #F12194
Black with #F12194
Text Example
Text Example
White with #F12194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12194; }
p { color: rgb(241,33,148); }
H1.HeaderClassName
{
color: #F12194;
}
.AnyTagClassName
{
color: #F12194;
}
</style>
background-color css
<style>
a { background-color: #F12194; }
a { background-color: rgb(241,33,148); }
div.DivClassName
{
background-color: #F12194;
}
.BgClassName
{
background-color: #F12194;
}
</style>
border-color css
<style>
span { border-color: #F12194; }
span { border-color: rgb(241,33,148); }
td.TdClassName
{
border-color: #F12194;
}
.TagClassName
{
border-color: #F12194;
}
</style>