Shades of Deep Pink #F41582
Tints of Deep Pink #F41582
RGB
CMYK
RGB Variations
Color information
#F41582 (or 0xF41582) is known color: Deep Pink. HEX triplet: F4, 15 and 82. RGB value is (244,21,130). Sum of RGB (Red+Green+Blue) = 244+21+130=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F41582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41582 is #0BEA7D. Grayscale: #636363. Windows color (decimal): -780926 or 8525300. OLE color: 8525300.
HSL color Cylindrical-coordinate representation of color #F41582: hue angle of 330.67º 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 #F41582 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 130 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.04 |
| HSL | 330.67º | 0.91% | 0.52% | - |
| HSV(B) | 330.67º | 0.91% | 0.96% | - |
| XYZ | 41.61 | 21.38 | 23.05 | - |
| YUV | 100.1 | 144.88 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 130 | 0 | 0.91 | 0.47 | 0.04 | 330.67 | 0.91 | 0.52 |
| Hex | F4 | 15 | 82 | 0 | 5B | 2F | 4 | 14B | 5B | 34 |
| Octal | 364 | 25 | 202 | 0 | 133 | 57 | 4 | 513 | 133 | 64 |
| Binary | 11110100 | 10101 | 10000010 | 0 | 1011011 | 101111 | 100 | 101001011 | 1011011 | 110100 |
Color Harmonies of #F41582
Complementary color
Monochromatic Colors of #F41582
Black with #F41582
Text Example
Text Example
White with #F41582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41582; }
p { color: rgb(244,21,130); }
H1.HeaderClassName
{
color: #F41582;
}
.AnyTagClassName
{
color: #F41582;
}
</style>
background-color css
<style>
a { background-color: #F41582; }
a { background-color: rgb(244,21,130); }
div.DivClassName
{
background-color: #F41582;
}
.BgClassName
{
background-color: #F41582;
}
</style>
border-color css
<style>
span { border-color: #F41582; }
span { border-color: rgb(244,21,130); }
td.TdClassName
{
border-color: #F41582;
}
.TagClassName
{
border-color: #F41582;
}
</style>