Shades of Deep Pink #F01582
Tints of Deep Pink #F01582
RGB
CMYK
RGB Variations
Color information
#F01582 (or 0xF01582) is known color: Deep Pink. HEX triplet: F0, 15 and 82. RGB value is (240,21,130). Sum of RGB (Red+Green+Blue) = 240+21+130=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F01582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01582 is #0FEA7D. Grayscale: #626262. Windows color (decimal): -1043070 or 8525296. OLE color: 8525296.
HSL color Cylindrical-coordinate representation of color #F01582: hue angle of 330.14º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F01582 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 130 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.06 |
| HSL | 330.14º | 0.88% | 0.51% | - |
| HSV(B) | 330.14º | 0.91% | 0.94% | - |
| XYZ | 40.23 | 20.67 | 22.99 | - |
| YUV | 98.91 | 145.55 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 130 | 0 | 0.91 | 0.46 | 0.06 | 330.14 | 0.88 | 0.51 |
| Hex | F0 | 15 | 82 | 0 | 5B | 2E | 6 | 14A | 58 | 33 |
| Octal | 360 | 25 | 202 | 0 | 133 | 56 | 6 | 512 | 130 | 63 |
| Binary | 11110000 | 10101 | 10000010 | 0 | 1011011 | 101110 | 110 | 101001010 | 1011000 | 110011 |
Color Harmonies of #F01582
Complementary color
Monochromatic Colors of #F01582
Black with #F01582
Text Example
Text Example
White with #F01582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01582; }
p { color: rgb(240,21,130); }
H1.HeaderClassName
{
color: #F01582;
}
.AnyTagClassName
{
color: #F01582;
}
</style>
background-color css
<style>
a { background-color: #F01582; }
a { background-color: rgb(240,21,130); }
div.DivClassName
{
background-color: #F01582;
}
.BgClassName
{
background-color: #F01582;
}
</style>
border-color css
<style>
span { border-color: #F01582; }
span { border-color: rgb(240,21,130); }
td.TdClassName
{
border-color: #F01582;
}
.TagClassName
{
border-color: #F01582;
}
</style>