Shades of Deep Pink #F40585
Tints of Deep Pink #F40585
RGB
CMYK
RGB Variations
Color information
#F40585 (or 0xF40585) is known color: Deep Pink. HEX triplet: F4, 05 and 85. RGB value is (244,5,133). Sum of RGB (Red+Green+Blue) = 244+5+133=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F40585 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40585 is #0BFA7A. Grayscale: #5A5A5A. Windows color (decimal): -785019 or 8717812. OLE color: 8717812.
HSL color Cylindrical-coordinate representation of color #F40585: hue angle of 327.87º 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 #F40585 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 133 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.04 |
| HSL | 327.87º | 0.96% | 0.49% | - |
| HSV(B) | 327.87º | 0.98% | 0.96% | - |
| XYZ | 41.6 | 21.04 | 24.06 | - |
| YUV | 91.05 | 151.68 | 237.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 133 | 0 | 0.98 | 0.45 | 0.04 | 327.87 | 0.96 | 0.49 |
| Hex | F4 | 5 | 85 | 0 | 62 | 2D | 4 | 148 | 60 | 31 |
| Octal | 364 | 5 | 205 | 0 | 142 | 55 | 4 | 510 | 140 | 61 |
| Binary | 11110100 | 101 | 10000101 | 0 | 1100010 | 101101 | 100 | 101001000 | 1100000 | 110001 |
Color Harmonies of #F40585
Complementary color
Monochromatic Colors of #F40585
Black with #F40585
Text Example
Text Example
White with #F40585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40585; }
p { color: rgb(244,5,133); }
H1.HeaderClassName
{
color: #F40585;
}
.AnyTagClassName
{
color: #F40585;
}
</style>
background-color css
<style>
a { background-color: #F40585; }
a { background-color: rgb(244,5,133); }
div.DivClassName
{
background-color: #F40585;
}
.BgClassName
{
background-color: #F40585;
}
</style>
border-color css
<style>
span { border-color: #F40585; }
span { border-color: rgb(244,5,133); }
td.TdClassName
{
border-color: #F40585;
}
.TagClassName
{
border-color: #F40585;
}
</style>