Shades of Deep Pink #F41384
Tints of Deep Pink #F41384
RGB
CMYK
RGB Variations
Color information
#F41384 (or 0xF41384) is known color: Deep Pink. HEX triplet: F4, 13 and 84. RGB value is (244,19,132). Sum of RGB (Red+Green+Blue) = 244+19+132=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F41384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41384 is #0BEC7B. Grayscale: #626262. Windows color (decimal): -781436 or 8655860. OLE color: 8655860.
HSL color Cylindrical-coordinate representation of color #F41384: hue angle of 329.87º 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 #F41384 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 132 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.04 |
| HSL | 329.87º | 0.91% | 0.52% | - |
| HSV(B) | 329.87º | 0.92% | 0.96% | - |
| XYZ | 41.71 | 21.36 | 23.76 | - |
| YUV | 99.16 | 146.54 | 231.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 132 | 0 | 0.92 | 0.46 | 0.04 | 329.87 | 0.91 | 0.52 |
| Hex | F4 | 13 | 84 | 0 | 5C | 2E | 4 | 14A | 5B | 34 |
| Octal | 364 | 23 | 204 | 0 | 134 | 56 | 4 | 512 | 133 | 64 |
| Binary | 11110100 | 10011 | 10000100 | 0 | 1011100 | 101110 | 100 | 101001010 | 1011011 | 110100 |
Color Harmonies of #F41384
Complementary color
Monochromatic Colors of #F41384
Black with #F41384
Text Example
Text Example
White with #F41384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41384; }
p { color: rgb(244,19,132); }
H1.HeaderClassName
{
color: #F41384;
}
.AnyTagClassName
{
color: #F41384;
}
</style>
background-color css
<style>
a { background-color: #F41384; }
a { background-color: rgb(244,19,132); }
div.DivClassName
{
background-color: #F41384;
}
.BgClassName
{
background-color: #F41384;
}
</style>
border-color css
<style>
span { border-color: #F41384; }
span { border-color: rgb(244,19,132); }
td.TdClassName
{
border-color: #F41384;
}
.TagClassName
{
border-color: #F41384;
}
</style>