Shades of Deep Pink #F21484
Tints of Deep Pink #F21484
RGB
CMYK
RGB Variations
Color information
#F21484 (or 0xF21484) is known color: Deep Pink. HEX triplet: F2, 14 and 84. RGB value is (242,20,132). Sum of RGB (Red+Green+Blue) = 242+20+132=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F21484 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21484 is #0DEB7B. Grayscale: #626262. Windows color (decimal): -912252 or 8656114. OLE color: 8656114.
HSL color Cylindrical-coordinate representation of color #F21484: hue angle of 329.73º 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 #F21484 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 132 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.05 |
| HSL | 329.73º | 0.9% | 0.51% | - |
| HSV(B) | 329.73º | 0.92% | 0.95% | - |
| XYZ | 41.03 | 21.04 | 23.73 | - |
| YUV | 99.15 | 146.55 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 132 | 0 | 0.92 | 0.45 | 0.05 | 329.73 | 0.9 | 0.51 |
| Hex | F2 | 14 | 84 | 0 | 5C | 2D | 5 | 14A | 5A | 33 |
| Octal | 362 | 24 | 204 | 0 | 134 | 55 | 5 | 512 | 132 | 63 |
| Binary | 11110010 | 10100 | 10000100 | 0 | 1011100 | 101101 | 101 | 101001010 | 1011010 | 110011 |
Color Harmonies of #F21484
Complementary color
Monochromatic Colors of #F21484
Black with #F21484
Text Example
Text Example
White with #F21484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21484; }
p { color: rgb(242,20,132); }
H1.HeaderClassName
{
color: #F21484;
}
.AnyTagClassName
{
color: #F21484;
}
</style>
background-color css
<style>
a { background-color: #F21484; }
a { background-color: rgb(242,20,132); }
div.DivClassName
{
background-color: #F21484;
}
.BgClassName
{
background-color: #F21484;
}
</style>
border-color css
<style>
span { border-color: #F21484; }
span { border-color: rgb(242,20,132); }
td.TdClassName
{
border-color: #F21484;
}
.TagClassName
{
border-color: #F21484;
}
</style>