Shades of Deep Pink #F41594
Tints of Deep Pink #F41594
RGB
CMYK
RGB Variations
Color information
#F41594 (or 0xF41594) is known color: Deep Pink. HEX triplet: F4, 15 and 94. RGB value is (244,21,148). Sum of RGB (Red+Green+Blue) = 244+21+148=413 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.08% from 413); Green value is 21 (8.59% from 255 or 5.08% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 244 - color contains mainly: red. Hex color #F41594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41594 is #0BEA6B. Grayscale: #656565. Windows color (decimal): -780908 or 9704948. OLE color: 9704948.
HSL color Cylindrical-coordinate representation of color #F41594: hue angle of 325.83º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41594 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 148 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.04 |
| HSL | 325.83º | 0.91% | 0.52% | - |
| HSV(B) | 325.83º | 0.91% | 0.96% | - |
| XYZ | 42.92 | 21.91 | 29.98 | - |
| YUV | 102.16 | 153.88 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 148 | 0 | 0.91 | 0.39 | 0.04 | 325.83 | 0.91 | 0.52 |
| Hex | F4 | 15 | 94 | 0 | 5B | 27 | 4 | 146 | 5B | 34 |
| Octal | 364 | 25 | 224 | 0 | 133 | 47 | 4 | 506 | 133 | 64 |
| Binary | 11110100 | 10101 | 10010100 | 0 | 1011011 | 100111 | 100 | 101000110 | 1011011 | 110100 |
Color Harmonies of #F41594
Complementary color
Monochromatic Colors of #F41594
Black with #F41594
Text Example
Text Example
White with #F41594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41594; }
p { color: rgb(244,21,148); }
H1.HeaderClassName
{
color: #F41594;
}
.AnyTagClassName
{
color: #F41594;
}
</style>
background-color css
<style>
a { background-color: #F41594; }
a { background-color: rgb(244,21,148); }
div.DivClassName
{
background-color: #F41594;
}
.BgClassName
{
background-color: #F41594;
}
</style>
border-color css
<style>
span { border-color: #F41594; }
span { border-color: rgb(244,21,148); }
td.TdClassName
{
border-color: #F41594;
}
.TagClassName
{
border-color: #F41594;
}
</style>