Shades of Deep Pink #F41982
Tints of Deep Pink #F41982
RGB
CMYK
RGB Variations
Color information
#F41982 (or 0xF41982) is known color: Deep Pink. HEX triplet: F4, 19 and 82. RGB value is (244,25,130). Sum of RGB (Red+Green+Blue) = 244+25+130=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F41982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41982 is #0BE67D. Grayscale: #666666. Windows color (decimal): -779902 or 8526324. OLE color: 8526324.
HSL color Cylindrical-coordinate representation of color #F41982: hue angle of 331.23º 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 #F41982 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 25 | 130 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.04 |
| HSL | 331.23º | 0.91% | 0.53% | - |
| HSV(B) | 331.23º | 0.9% | 0.96% | - |
| XYZ | 41.69 | 21.54 | 23.08 | - |
| YUV | 102.45 | 143.55 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 25 | 130 | 0 | 0.90 | 0.47 | 0.04 | 331.23 | 0.91 | 0.53 |
| Hex | F4 | 19 | 82 | 0 | 5A | 2F | 4 | 14B | 5B | 35 |
| Octal | 364 | 31 | 202 | 0 | 132 | 57 | 4 | 513 | 133 | 65 |
| Binary | 11110100 | 11001 | 10000010 | 0 | 1011010 | 101111 | 100 | 101001011 | 1011011 | 110101 |
Color Harmonies of #F41982
Complementary color
Monochromatic Colors of #F41982
Black with #F41982
Text Example
Text Example
White with #F41982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41982; }
p { color: rgb(244,25,130); }
H1.HeaderClassName
{
color: #F41982;
}
.AnyTagClassName
{
color: #F41982;
}
</style>
background-color css
<style>
a { background-color: #F41982; }
a { background-color: rgb(244,25,130); }
div.DivClassName
{
background-color: #F41982;
}
.BgClassName
{
background-color: #F41982;
}
</style>
border-color css
<style>
span { border-color: #F41982; }
span { border-color: rgb(244,25,130); }
td.TdClassName
{
border-color: #F41982;
}
.TagClassName
{
border-color: #F41982;
}
</style>