Shades of Deep Pink #F01982
Tints of Deep Pink #F01982
RGB
CMYK
RGB Variations
Color information
#F01982 (or 0xF01982) is known color: Deep Pink. HEX triplet: F0, 19 and 82. RGB value is (240,25,130). Sum of RGB (Red+Green+Blue) = 240+25+130=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 25 (10.16% from 255 or 6.33% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F01982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01982 is #0FE67D. Grayscale: #656565. Windows color (decimal): -1042046 or 8526320. OLE color: 8526320.
HSL color Cylindrical-coordinate representation of color #F01982: hue angle of 330.7º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01982 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 130 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.06 |
| HSL | 330.7º | 0.88% | 0.52% | - |
| HSV(B) | 330.7º | 0.9% | 0.94% | - |
| XYZ | 40.31 | 20.83 | 23.02 | - |
| YUV | 101.26 | 144.23 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 130 | 0 | 0.90 | 0.46 | 0.06 | 330.7 | 0.88 | 0.52 |
| Hex | F0 | 19 | 82 | 0 | 5A | 2E | 6 | 14B | 58 | 34 |
| Octal | 360 | 31 | 202 | 0 | 132 | 56 | 6 | 513 | 130 | 64 |
| Binary | 11110000 | 11001 | 10000010 | 0 | 1011010 | 101110 | 110 | 101001011 | 1011000 | 110100 |
Color Harmonies of #F01982
Complementary color
Monochromatic Colors of #F01982
Black with #F01982
Text Example
Text Example
White with #F01982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01982; }
p { color: rgb(240,25,130); }
H1.HeaderClassName
{
color: #F01982;
}
.AnyTagClassName
{
color: #F01982;
}
</style>
background-color css
<style>
a { background-color: #F01982; }
a { background-color: rgb(240,25,130); }
div.DivClassName
{
background-color: #F01982;
}
.BgClassName
{
background-color: #F01982;
}
</style>
border-color css
<style>
span { border-color: #F01982; }
span { border-color: rgb(240,25,130); }
td.TdClassName
{
border-color: #F01982;
}
.TagClassName
{
border-color: #F01982;
}
</style>