Shades of Deep Pink #F21791
Tints of Deep Pink #F21791
RGB
CMYK
RGB Variations
Color information
#F21791 (or 0xF21791) is known color: Deep Pink. HEX triplet: F2, 17 and 91. RGB value is (242,23,145). Sum of RGB (Red+Green+Blue) = 242+23+145=410 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.02% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 242 - color contains mainly: red. Hex color #F21791 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21791 is #0DE86E. Grayscale: #666666. Windows color (decimal): -911471 or 9508850. OLE color: 9508850.
HSL color Cylindrical-coordinate representation of color #F21791: hue angle of 326.58º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21791 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 145 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.05 |
| HSL | 326.58º | 0.89% | 0.52% | - |
| HSV(B) | 326.58º | 0.9% | 0.95% | - |
| XYZ | 42.04 | 21.53 | 28.73 | - |
| YUV | 102.39 | 152.05 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 145 | 0 | 0.90 | 0.40 | 0.05 | 326.58 | 0.89 | 0.52 |
| Hex | F2 | 17 | 91 | 0 | 5A | 28 | 5 | 147 | 59 | 34 |
| Octal | 362 | 27 | 221 | 0 | 132 | 50 | 5 | 507 | 131 | 64 |
| Binary | 11110010 | 10111 | 10010001 | 0 | 1011010 | 101000 | 101 | 101000111 | 1011001 | 110100 |
Color Harmonies of #F21791
Complementary color
Monochromatic Colors of #F21791
Black with #F21791
Text Example
Text Example
White with #F21791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21791; }
p { color: rgb(242,23,145); }
H1.HeaderClassName
{
color: #F21791;
}
.AnyTagClassName
{
color: #F21791;
}
</style>
background-color css
<style>
a { background-color: #F21791; }
a { background-color: rgb(242,23,145); }
div.DivClassName
{
background-color: #F21791;
}
.BgClassName
{
background-color: #F21791;
}
</style>
border-color css
<style>
span { border-color: #F21791; }
span { border-color: rgb(242,23,145); }
td.TdClassName
{
border-color: #F21791;
}
.TagClassName
{
border-color: #F21791;
}
</style>