Shades of Deep Pink #F00582
Tints of Deep Pink #F00582
RGB
CMYK
RGB Variations
Color information
#F00582 (or 0xF00582) is known color: Deep Pink. HEX triplet: F0, 05 and 82. RGB value is (240,5,130). Sum of RGB (Red+Green+Blue) = 240+5+130=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 5 (2.34% from 255 or 1.33% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F00582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00582 is #0FFA7D. Grayscale: #595959. Windows color (decimal): -1047166 or 8521200. OLE color: 8521200.
HSL color Cylindrical-coordinate representation of color #F00582: hue angle of 328.09º 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 #F00582 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 130 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.06 |
| HSL | 328.09º | 0.96% | 0.48% | - |
| HSV(B) | 328.09º | 0.98% | 0.94% | - |
| XYZ | 40.02 | 20.25 | 22.92 | - |
| YUV | 89.52 | 150.86 | 235.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 130 | 0 | 0.98 | 0.46 | 0.06 | 328.09 | 0.96 | 0.48 |
| Hex | F0 | 5 | 82 | 0 | 62 | 2E | 6 | 148 | 60 | 30 |
| Octal | 360 | 5 | 202 | 0 | 142 | 56 | 6 | 510 | 140 | 60 |
| Binary | 11110000 | 101 | 10000010 | 0 | 1100010 | 101110 | 110 | 101001000 | 1100000 | 110000 |
Color Harmonies of #F00582
Complementary color
Monochromatic Colors of #F00582
Black with #F00582
Text Example
Text Example
White with #F00582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00582; }
p { color: rgb(240,5,130); }
H1.HeaderClassName
{
color: #F00582;
}
.AnyTagClassName
{
color: #F00582;
}
</style>
background-color css
<style>
a { background-color: #F00582; }
a { background-color: rgb(240,5,130); }
div.DivClassName
{
background-color: #F00582;
}
.BgClassName
{
background-color: #F00582;
}
</style>
border-color css
<style>
span { border-color: #F00582; }
span { border-color: rgb(240,5,130); }
td.TdClassName
{
border-color: #F00582;
}
.TagClassName
{
border-color: #F00582;
}
</style>