Shades of Deep Pink #F01980
Tints of Deep Pink #F01980
RGB
CMYK
RGB Variations
Color information
#F01980 (or 0xF01980) is known color: Deep Pink. HEX triplet: F0, 19 and 80. RGB value is (240,25,128). Sum of RGB (Red+Green+Blue) = 240+25+128=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F01980 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01980 is #0FE67F. Grayscale: #646464. Windows color (decimal): -1042048 or 8395248. OLE color: 8395248.
HSL color Cylindrical-coordinate representation of color #F01980: hue angle of 331.26º 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 #F01980 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 128 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.06 |
| HSL | 331.26º | 0.88% | 0.52% | - |
| HSV(B) | 331.26º | 0.9% | 0.94% | - |
| XYZ | 40.18 | 20.78 | 22.32 | - |
| YUV | 101.03 | 143.23 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 128 | 0 | 0.90 | 0.47 | 0.06 | 331.26 | 0.88 | 0.52 |
| Hex | F0 | 19 | 80 | 0 | 5A | 2F | 6 | 14B | 58 | 34 |
| Octal | 360 | 31 | 200 | 0 | 132 | 57 | 6 | 513 | 130 | 64 |
| Binary | 11110000 | 11001 | 10000000 | 0 | 1011010 | 101111 | 110 | 101001011 | 1011000 | 110100 |
Color Harmonies of #F01980
Complementary color
Monochromatic Colors of #F01980
Black with #F01980
Text Example
Text Example
White with #F01980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01980; }
p { color: rgb(240,25,128); }
H1.HeaderClassName
{
color: #F01980;
}
.AnyTagClassName
{
color: #F01980;
}
</style>
background-color css
<style>
a { background-color: #F01980; }
a { background-color: rgb(240,25,128); }
div.DivClassName
{
background-color: #F01980;
}
.BgClassName
{
background-color: #F01980;
}
</style>
border-color css
<style>
span { border-color: #F01980; }
span { border-color: rgb(240,25,128); }
td.TdClassName
{
border-color: #F01980;
}
.TagClassName
{
border-color: #F01980;
}
</style>