Shades of Deep Pink #F21580
Tints of Deep Pink #F21580
RGB
CMYK
RGB Variations
Color information
#F21580 (or 0xF21580) is known color: Deep Pink. HEX triplet: F2, 15 and 80. RGB value is (242,21,128). Sum of RGB (Red+Green+Blue) = 242+21+128=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F21580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21580 is #0DEA7F. Grayscale: #636363. Windows color (decimal): -912000 or 8394226. OLE color: 8394226.
HSL color Cylindrical-coordinate representation of color #F21580: hue angle of 330.95º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F21580 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 128 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.05 |
| HSL | 330.95º | 0.89% | 0.52% | - |
| HSV(B) | 330.95º | 0.91% | 0.95% | - |
| XYZ | 40.78 | 20.97 | 22.32 | - |
| YUV | 99.28 | 144.22 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 128 | 0 | 0.91 | 0.47 | 0.05 | 330.95 | 0.89 | 0.52 |
| Hex | F2 | 15 | 80 | 0 | 5B | 2F | 5 | 14B | 59 | 34 |
| Octal | 362 | 25 | 200 | 0 | 133 | 57 | 5 | 513 | 131 | 64 |
| Binary | 11110010 | 10101 | 10000000 | 0 | 1011011 | 101111 | 101 | 101001011 | 1011001 | 110100 |
Color Harmonies of #F21580
Complementary color
Monochromatic Colors of #F21580
Black with #F21580
Text Example
Text Example
White with #F21580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21580; }
p { color: rgb(242,21,128); }
H1.HeaderClassName
{
color: #F21580;
}
.AnyTagClassName
{
color: #F21580;
}
</style>
background-color css
<style>
a { background-color: #F21580; }
a { background-color: rgb(242,21,128); }
div.DivClassName
{
background-color: #F21580;
}
.BgClassName
{
background-color: #F21580;
}
</style>
border-color css
<style>
span { border-color: #F21580; }
span { border-color: rgb(242,21,128); }
td.TdClassName
{
border-color: #F21580;
}
.TagClassName
{
border-color: #F21580;
}
</style>