Shades of Deep Pink #F01482
Tints of Deep Pink #F01482
RGB
CMYK
RGB Variations
Color information
#F01482 (or 0xF01482) is known color: Deep Pink. HEX triplet: F0, 14 and 82. RGB value is (240,20,130). Sum of RGB (Red+Green+Blue) = 240+20+130=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F01482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01482 is #0FEB7D. Grayscale: #626262. Windows color (decimal): -1043326 or 8525040. OLE color: 8525040.
HSL color Cylindrical-coordinate representation of color #F01482: hue angle of 330º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01482 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 130 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.06 |
| HSL | 330º | 0.88% | 0.51% | - |
| HSV(B) | 330º | 0.92% | 0.94% | - |
| XYZ | 40.21 | 20.64 | 22.98 | - |
| YUV | 98.32 | 145.89 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 130 | 0 | 0.92 | 0.46 | 0.06 | 330 | 0.88 | 0.51 |
| Hex | F0 | 14 | 82 | 0 | 5C | 2E | 6 | 14A | 58 | 33 |
| Octal | 360 | 24 | 202 | 0 | 134 | 56 | 6 | 512 | 130 | 63 |
| Binary | 11110000 | 10100 | 10000010 | 0 | 1011100 | 101110 | 110 | 101001010 | 1011000 | 110011 |
Color Harmonies of #F01482
Complementary color
Monochromatic Colors of #F01482
Black with #F01482
Text Example
Text Example
White with #F01482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01482; }
p { color: rgb(240,20,130); }
H1.HeaderClassName
{
color: #F01482;
}
.AnyTagClassName
{
color: #F01482;
}
</style>
background-color css
<style>
a { background-color: #F01482; }
a { background-color: rgb(240,20,130); }
div.DivClassName
{
background-color: #F01482;
}
.BgClassName
{
background-color: #F01482;
}
</style>
border-color css
<style>
span { border-color: #F01482; }
span { border-color: rgb(240,20,130); }
td.TdClassName
{
border-color: #F01482;
}
.TagClassName
{
border-color: #F01482;
}
</style>