Shades of Deep Pink #F21289
Tints of Deep Pink #F21289
RGB
CMYK
RGB Variations
Color information
#F21289 (or 0xF21289) is known color: Deep Pink. HEX triplet: F2, 12 and 89. RGB value is (242,18,137). Sum of RGB (Red+Green+Blue) = 242+18+137=397 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.96% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 242 - color contains mainly: red. Hex color #F21289 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21289 is #0DED76. Grayscale: #626262. Windows color (decimal): -912759 or 8983282. OLE color: 8983282.
HSL color Cylindrical-coordinate representation of color #F21289: hue angle of 328.12º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21289 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 137 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.05 |
| HSL | 328.13º | 0.9% | 0.51% | - |
| HSV(B) | 328.13º | 0.93% | 0.95% | - |
| XYZ | 41.35 | 21.12 | 25.56 | - |
| YUV | 98.54 | 149.71 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 137 | 0 | 0.93 | 0.43 | 0.05 | 328.13 | 0.9 | 0.51 |
| Hex | F2 | 12 | 89 | 0 | 5D | 2B | 5 | 148 | 5A | 33 |
| Octal | 362 | 22 | 211 | 0 | 135 | 53 | 5 | 510 | 132 | 63 |
| Binary | 11110010 | 10010 | 10001001 | 0 | 1011101 | 101011 | 101 | 101001000 | 1011010 | 110011 |
Color Harmonies of #F21289
Complementary color
Monochromatic Colors of #F21289
Black with #F21289
Text Example
Text Example
White with #F21289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21289; }
p { color: rgb(242,18,137); }
H1.HeaderClassName
{
color: #F21289;
}
.AnyTagClassName
{
color: #F21289;
}
</style>
background-color css
<style>
a { background-color: #F21289; }
a { background-color: rgb(242,18,137); }
div.DivClassName
{
background-color: #F21289;
}
.BgClassName
{
background-color: #F21289;
}
</style>
border-color css
<style>
span { border-color: #F21289; }
span { border-color: rgb(242,18,137); }
td.TdClassName
{
border-color: #F21289;
}
.TagClassName
{
border-color: #F21289;
}
</style>