Shades of Deep Pink #F41994
Tints of Deep Pink #F41994
RGB
CMYK
RGB Variations
Color information
#F41994 (or 0xF41994) is known color: Deep Pink. HEX triplet: F4, 19 and 94. RGB value is (244,25,148). Sum of RGB (Red+Green+Blue) = 244+25+148=417 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.51% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 244 - color contains mainly: red. Hex color #F41994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41994 is #0BE66B. Grayscale: #686868. Windows color (decimal): -779884 or 9705972. OLE color: 9705972.
HSL color Cylindrical-coordinate representation of color #F41994: hue angle of 326.3º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F41994 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 148 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.04 |
| HSL | 326.3º | 0.91% | 0.53% | - |
| HSV(B) | 326.3º | 0.9% | 0.96% | - |
| XYZ | 43 | 22.07 | 30.01 | - |
| YUV | 104.5 | 152.55 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 148 | 0 | 0.90 | 0.39 | 0.04 | 326.3 | 0.91 | 0.53 |
| Hex | F4 | 19 | 94 | 0 | 5A | 27 | 4 | 146 | 5B | 35 |
| Octal | 364 | 31 | 224 | 0 | 132 | 47 | 4 | 506 | 133 | 65 |
| Binary | 11110100 | 11001 | 10010100 | 0 | 1011010 | 100111 | 100 | 101000110 | 1011011 | 110101 |
Color Harmonies of #F41994
Complementary color
Monochromatic Colors of #F41994
Black with #F41994
Text Example
Text Example
White with #F41994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41994; }
p { color: rgb(244,25,148); }
H1.HeaderClassName
{
color: #F41994;
}
.AnyTagClassName
{
color: #F41994;
}
</style>
background-color css
<style>
a { background-color: #F41994; }
a { background-color: rgb(244,25,148); }
div.DivClassName
{
background-color: #F41994;
}
.BgClassName
{
background-color: #F41994;
}
</style>
border-color css
<style>
span { border-color: #F41994; }
span { border-color: rgb(244,25,148); }
td.TdClassName
{
border-color: #F41994;
}
.TagClassName
{
border-color: #F41994;
}
</style>