Shades of Deep Pink #F41382
Tints of Deep Pink #F41382
RGB
CMYK
RGB Variations
Color information
#F41382 (or 0xF41382) is known color: Deep Pink. HEX triplet: F4, 13 and 82. RGB value is (244,19,130). Sum of RGB (Red+Green+Blue) = 244+19+130=393 (52% of max value = 765). Red value is 244 (95.70% from 255 or 62.09% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 244 - color contains mainly: red. Hex color #F41382 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41382 is #0BEC7D. Grayscale: #626262. Windows color (decimal): -781438 or 8524788. OLE color: 8524788.
HSL color Cylindrical-coordinate representation of color #F41382: hue angle of 330.4º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F41382 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 130 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.04 |
| HSL | 330.4º | 0.91% | 0.52% | - |
| HSV(B) | 330.4º | 0.92% | 0.96% | - |
| XYZ | 41.57 | 21.31 | 23.04 | - |
| YUV | 98.93 | 145.54 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 130 | 0 | 0.92 | 0.47 | 0.04 | 330.4 | 0.91 | 0.52 |
| Hex | F4 | 13 | 82 | 0 | 5C | 2F | 4 | 14A | 5B | 34 |
| Octal | 364 | 23 | 202 | 0 | 134 | 57 | 4 | 512 | 133 | 64 |
| Binary | 11110100 | 10011 | 10000010 | 0 | 1011100 | 101111 | 100 | 101001010 | 1011011 | 110100 |
Color Harmonies of #F41382
Complementary color
Monochromatic Colors of #F41382
Black with #F41382
Text Example
Text Example
White with #F41382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41382; }
p { color: rgb(244,19,130); }
H1.HeaderClassName
{
color: #F41382;
}
.AnyTagClassName
{
color: #F41382;
}
</style>
background-color css
<style>
a { background-color: #F41382; }
a { background-color: rgb(244,19,130); }
div.DivClassName
{
background-color: #F41382;
}
.BgClassName
{
background-color: #F41382;
}
</style>
border-color css
<style>
span { border-color: #F41382; }
span { border-color: rgb(244,19,130); }
td.TdClassName
{
border-color: #F41382;
}
.TagClassName
{
border-color: #F41382;
}
</style>