Shades of Deep Pink #F00581
Tints of Deep Pink #F00581
RGB
CMYK
RGB Variations
Color information
#F00581 (or 0xF00581) is known color: Deep Pink. HEX triplet: F0, 05 and 81. RGB value is (240,5,129). Sum of RGB (Red+Green+Blue) = 240+5+129=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F00581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00581 is #0FFA7E. Grayscale: #595959. Windows color (decimal): -1047167 or 8455664. OLE color: 8455664.
HSL color Cylindrical-coordinate representation of color #F00581: hue angle of 328.34º 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 #F00581 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 129 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.06 |
| HSL | 328.34º | 0.96% | 0.48% | - |
| HSV(B) | 328.34º | 0.98% | 0.94% | - |
| XYZ | 39.95 | 20.22 | 22.57 | - |
| YUV | 89.4 | 150.36 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 129 | 0 | 0.98 | 0.46 | 0.06 | 328.34 | 0.96 | 0.48 |
| Hex | F0 | 5 | 81 | 0 | 62 | 2E | 6 | 148 | 60 | 30 |
| Octal | 360 | 5 | 201 | 0 | 142 | 56 | 6 | 510 | 140 | 60 |
| Binary | 11110000 | 101 | 10000001 | 0 | 1100010 | 101110 | 110 | 101001000 | 1100000 | 110000 |
Color Harmonies of #F00581
Complementary color
Monochromatic Colors of #F00581
Black with #F00581
Text Example
Text Example
White with #F00581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00581; }
p { color: rgb(240,5,129); }
H1.HeaderClassName
{
color: #F00581;
}
.AnyTagClassName
{
color: #F00581;
}
</style>
background-color css
<style>
a { background-color: #F00581; }
a { background-color: rgb(240,5,129); }
div.DivClassName
{
background-color: #F00581;
}
.BgClassName
{
background-color: #F00581;
}
</style>
border-color css
<style>
span { border-color: #F00581; }
span { border-color: rgb(240,5,129); }
td.TdClassName
{
border-color: #F00581;
}
.TagClassName
{
border-color: #F00581;
}
</style>