Shades of Deep Pink #F41882
Tints of Deep Pink #F41882
RGB
CMYK
RGB Variations
Color information
#F41882 (or 0xF41882) is known color: Deep Pink. HEX triplet: F4, 18 and 82. RGB value is (244,24,130). Sum of RGB (Red+Green+Blue) = 244+24+130=398 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.31% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 244 - color contains mainly: red. Hex color #F41882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41882 is #0BE77D. Grayscale: #656565. Windows color (decimal): -780158 or 8526068. OLE color: 8526068.
HSL color Cylindrical-coordinate representation of color #F41882: hue angle of 331.09º 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 #F41882 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 130 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.04 |
| HSL | 331.09º | 0.91% | 0.53% | - |
| HSV(B) | 331.09º | 0.9% | 0.96% | - |
| XYZ | 41.66 | 21.5 | 23.07 | - |
| YUV | 101.86 | 143.89 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 130 | 0 | 0.90 | 0.47 | 0.04 | 331.09 | 0.91 | 0.53 |
| Hex | F4 | 18 | 82 | 0 | 5A | 2F | 4 | 14B | 5B | 35 |
| Octal | 364 | 30 | 202 | 0 | 132 | 57 | 4 | 513 | 133 | 65 |
| Binary | 11110100 | 11000 | 10000010 | 0 | 1011010 | 101111 | 100 | 101001011 | 1011011 | 110101 |
Color Harmonies of #F41882
Complementary color
Monochromatic Colors of #F41882
Black with #F41882
Text Example
Text Example
White with #F41882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41882; }
p { color: rgb(244,24,130); }
H1.HeaderClassName
{
color: #F41882;
}
.AnyTagClassName
{
color: #F41882;
}
</style>
background-color css
<style>
a { background-color: #F41882; }
a { background-color: rgb(244,24,130); }
div.DivClassName
{
background-color: #F41882;
}
.BgClassName
{
background-color: #F41882;
}
</style>
border-color css
<style>
span { border-color: #F41882; }
span { border-color: rgb(244,24,130); }
td.TdClassName
{
border-color: #F41882;
}
.TagClassName
{
border-color: #F41882;
}
</style>