Shades of Deep Pink #F40584
Tints of Deep Pink #F40584
RGB
CMYK
RGB Variations
Color information
#F40584 (or 0xF40584) is known color: Deep Pink. HEX triplet: F4, 05 and 84. RGB value is (244,5,132). Sum of RGB (Red+Green+Blue) = 244+5+132=381 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.04% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 244 - color contains mainly: red. Hex color #F40584 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40584 is #0BFA7B. Grayscale: #5A5A5A. Windows color (decimal): -785020 or 8652276. OLE color: 8652276.
HSL color Cylindrical-coordinate representation of color #F40584: hue angle of 328.12º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40584 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 132 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.04 |
| HSL | 328.12º | 0.96% | 0.49% | - |
| HSV(B) | 328.12º | 0.98% | 0.96% | - |
| XYZ | 41.53 | 21.01 | 23.7 | - |
| YUV | 90.94 | 151.18 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 132 | 0 | 0.98 | 0.46 | 0.04 | 328.12 | 0.96 | 0.49 |
| Hex | F4 | 5 | 84 | 0 | 62 | 2E | 4 | 148 | 60 | 31 |
| Octal | 364 | 5 | 204 | 0 | 142 | 56 | 4 | 510 | 140 | 61 |
| Binary | 11110100 | 101 | 10000100 | 0 | 1100010 | 101110 | 100 | 101001000 | 1100000 | 110001 |
Color Harmonies of #F40584
Complementary color
Monochromatic Colors of #F40584
Black with #F40584
Text Example
Text Example
White with #F40584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40584; }
p { color: rgb(244,5,132); }
H1.HeaderClassName
{
color: #F40584;
}
.AnyTagClassName
{
color: #F40584;
}
</style>
background-color css
<style>
a { background-color: #F40584; }
a { background-color: rgb(244,5,132); }
div.DivClassName
{
background-color: #F40584;
}
.BgClassName
{
background-color: #F40584;
}
</style>
border-color css
<style>
span { border-color: #F40584; }
span { border-color: rgb(244,5,132); }
td.TdClassName
{
border-color: #F40584;
}
.TagClassName
{
border-color: #F40584;
}
</style>