Shades of Deep Pink #F00585
Tints of Deep Pink #F00585
RGB
CMYK
RGB Variations
Color information
#F00585 (or 0xF00585) is known color: Deep Pink. HEX triplet: F0, 05 and 85. RGB value is (240,5,133). Sum of RGB (Red+Green+Blue) = 240+5+133=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F00585 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00585 is #0FFA7A. Grayscale: #595959. Windows color (decimal): -1047163 or 8717808. OLE color: 8717808.
HSL color Cylindrical-coordinate representation of color #F00585: hue angle of 327.32º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00585 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 133 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.06 |
| HSL | 327.32º | 0.96% | 0.48% | - |
| HSV(B) | 327.32º | 0.98% | 0.94% | - |
| XYZ | 40.22 | 20.33 | 23.99 | - |
| YUV | 89.86 | 152.36 | 235.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 133 | 0 | 0.98 | 0.45 | 0.06 | 327.32 | 0.96 | 0.48 |
| Hex | F0 | 5 | 85 | 0 | 62 | 2D | 6 | 147 | 60 | 30 |
| Octal | 360 | 5 | 205 | 0 | 142 | 55 | 6 | 507 | 140 | 60 |
| Binary | 11110000 | 101 | 10000101 | 0 | 1100010 | 101101 | 110 | 101000111 | 1100000 | 110000 |
Color Harmonies of #F00585
Complementary color
Monochromatic Colors of #F00585
Black with #F00585
Text Example
Text Example
White with #F00585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00585; }
p { color: rgb(240,5,133); }
H1.HeaderClassName
{
color: #F00585;
}
.AnyTagClassName
{
color: #F00585;
}
</style>
background-color css
<style>
a { background-color: #F00585; }
a { background-color: rgb(240,5,133); }
div.DivClassName
{
background-color: #F00585;
}
.BgClassName
{
background-color: #F00585;
}
</style>
border-color css
<style>
span { border-color: #F00585; }
span { border-color: rgb(240,5,133); }
td.TdClassName
{
border-color: #F00585;
}
.TagClassName
{
border-color: #F00585;
}
</style>