Shades of Deep Pink #F21380
Tints of Deep Pink #F21380
RGB
CMYK
RGB Variations
Color information
#F21380 (or 0xF21380) is known color: Deep Pink. HEX triplet: F2, 13 and 80. RGB value is (242,19,128). Sum of RGB (Red+Green+Blue) = 242+19+128=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F21380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21380 is #0DEC7F. Grayscale: #616161. Windows color (decimal): -912512 or 8393714. OLE color: 8393714.
HSL color Cylindrical-coordinate representation of color #F21380: hue angle of 330.67º 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 #F21380 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 128 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.05 |
| HSL | 330.67º | 0.9% | 0.51% | - |
| HSV(B) | 330.67º | 0.92% | 0.95% | - |
| XYZ | 40.75 | 20.9 | 22.31 | - |
| YUV | 98.1 | 144.88 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 128 | 0 | 0.92 | 0.47 | 0.05 | 330.67 | 0.9 | 0.51 |
| Hex | F2 | 13 | 80 | 0 | 5C | 2F | 5 | 14B | 5A | 33 |
| Octal | 362 | 23 | 200 | 0 | 134 | 57 | 5 | 513 | 132 | 63 |
| Binary | 11110010 | 10011 | 10000000 | 0 | 1011100 | 101111 | 101 | 101001011 | 1011010 | 110011 |
Color Harmonies of #F21380
Complementary color
Monochromatic Colors of #F21380
Black with #F21380
Text Example
Text Example
White with #F21380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21380; }
p { color: rgb(242,19,128); }
H1.HeaderClassName
{
color: #F21380;
}
.AnyTagClassName
{
color: #F21380;
}
</style>
background-color css
<style>
a { background-color: #F21380; }
a { background-color: rgb(242,19,128); }
div.DivClassName
{
background-color: #F21380;
}
.BgClassName
{
background-color: #F21380;
}
</style>
border-color css
<style>
span { border-color: #F21380; }
span { border-color: rgb(242,19,128); }
td.TdClassName
{
border-color: #F21380;
}
.TagClassName
{
border-color: #F21380;
}
</style>