Shades of Deep Pink #F21482
Tints of Deep Pink #F21482
RGB
CMYK
RGB Variations
Color information
#F21482 (or 0xF21482) is known color: Deep Pink. HEX triplet: F2, 14 and 82. RGB value is (242,20,130). Sum of RGB (Red+Green+Blue) = 242+20+130=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F21482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21482 is #0DEB7D. Grayscale: #626262. Windows color (decimal): -912254 or 8525042. OLE color: 8525042.
HSL color Cylindrical-coordinate representation of color #F21482: hue angle of 330.27º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21482 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 130 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.05 |
| HSL | 330.27º | 0.9% | 0.51% | - |
| HSV(B) | 330.27º | 0.92% | 0.95% | - |
| XYZ | 40.9 | 20.99 | 23.01 | - |
| YUV | 98.92 | 145.55 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 130 | 0 | 0.92 | 0.46 | 0.05 | 330.27 | 0.9 | 0.51 |
| Hex | F2 | 14 | 82 | 0 | 5C | 2E | 5 | 14A | 5A | 33 |
| Octal | 362 | 24 | 202 | 0 | 134 | 56 | 5 | 512 | 132 | 63 |
| Binary | 11110010 | 10100 | 10000010 | 0 | 1011100 | 101110 | 101 | 101001010 | 1011010 | 110011 |
Color Harmonies of #F21482
Complementary color
Monochromatic Colors of #F21482
Black with #F21482
Text Example
Text Example
White with #F21482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21482; }
p { color: rgb(242,20,130); }
H1.HeaderClassName
{
color: #F21482;
}
.AnyTagClassName
{
color: #F21482;
}
</style>
background-color css
<style>
a { background-color: #F21482; }
a { background-color: rgb(242,20,130); }
div.DivClassName
{
background-color: #F21482;
}
.BgClassName
{
background-color: #F21482;
}
</style>
border-color css
<style>
span { border-color: #F21482; }
span { border-color: rgb(242,20,130); }
td.TdClassName
{
border-color: #F21482;
}
.TagClassName
{
border-color: #F21482;
}
</style>