Shades of Deep Pink #F40583
Tints of Deep Pink #F40583
RGB
CMYK
RGB Variations
Color information
#F40583 (or 0xF40583) is known color: Deep Pink. HEX triplet: F4, 05 and 83. RGB value is (244,5,131). Sum of RGB (Red+Green+Blue) = 244+5+131=380 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.21% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 244 - color contains mainly: red. Hex color #F40583 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40583 is #0BFA7C. Grayscale: #5A5A5A. Windows color (decimal): -785021 or 8586740. OLE color: 8586740.
HSL color Cylindrical-coordinate representation of color #F40583: hue angle of 328.37º 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 #F40583 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 131 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.04 |
| HSL | 328.37º | 0.96% | 0.49% | - |
| HSV(B) | 328.37º | 0.98% | 0.96% | - |
| XYZ | 41.46 | 20.98 | 23.34 | - |
| YUV | 90.83 | 150.68 | 237.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 131 | 0 | 0.98 | 0.46 | 0.04 | 328.37 | 0.96 | 0.49 |
| Hex | F4 | 5 | 83 | 0 | 62 | 2E | 4 | 148 | 60 | 31 |
| Octal | 364 | 5 | 203 | 0 | 142 | 56 | 4 | 510 | 140 | 61 |
| Binary | 11110100 | 101 | 10000011 | 0 | 1100010 | 101110 | 100 | 101001000 | 1100000 | 110001 |
Color Harmonies of #F40583
Complementary color
Monochromatic Colors of #F40583
Black with #F40583
Text Example
Text Example
White with #F40583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40583; }
p { color: rgb(244,5,131); }
H1.HeaderClassName
{
color: #F40583;
}
.AnyTagClassName
{
color: #F40583;
}
</style>
background-color css
<style>
a { background-color: #F40583; }
a { background-color: rgb(244,5,131); }
div.DivClassName
{
background-color: #F40583;
}
.BgClassName
{
background-color: #F40583;
}
</style>
border-color css
<style>
span { border-color: #F40583; }
span { border-color: rgb(244,5,131); }
td.TdClassName
{
border-color: #F40583;
}
.TagClassName
{
border-color: #F40583;
}
</style>