Shades of Deep Pink #F21F87
Tints of Deep Pink #F21F87
RGB
CMYK
RGB Variations
Color information
#F21F87 (or 0xF21F87) is known color: Deep Pink. HEX triplet: F2, 1F and 87. RGB value is (242,31,135). Sum of RGB (Red+Green+Blue) = 242+31+135=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21F87 is #0DE078. Grayscale: #696969. Windows color (decimal): -909433 or 8855538. OLE color: 8855538.
HSL color Cylindrical-coordinate representation of color #F21F87: hue angle of 330.43º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F21F87 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 31 | 135 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.05 |
| HSL | 330.43º | 0.89% | 0.54% | - |
| HSV(B) | 330.43º | 0.87% | 0.95% | - |
| XYZ | 41.48 | 21.61 | 24.91 | - |
| YUV | 105.95 | 144.4 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 135 | 0 | 0.87 | 0.44 | 0.05 | 330.43 | 0.89 | 0.54 |
| Hex | F2 | 1F | 87 | 0 | 57 | 2C | 5 | 14A | 59 | 36 |
| Octal | 362 | 37 | 207 | 0 | 127 | 54 | 5 | 512 | 131 | 66 |
| Binary | 11110010 | 11111 | 10000111 | 0 | 1010111 | 101100 | 101 | 101001010 | 1011001 | 110110 |
Color Harmonies of #F21F87
Complementary color
Monochromatic Colors of #F21F87
Black with #F21F87
Text Example
Text Example
White with #F21F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21F87; }
p { color: rgb(242,31,135); }
H1.HeaderClassName
{
color: #F21F87;
}
.AnyTagClassName
{
color: #F21F87;
}
</style>
background-color css
<style>
a { background-color: #F21F87; }
a { background-color: rgb(242,31,135); }
div.DivClassName
{
background-color: #F21F87;
}
.BgClassName
{
background-color: #F21F87;
}
</style>
border-color css
<style>
span { border-color: #F21F87; }
span { border-color: rgb(242,31,135); }
td.TdClassName
{
border-color: #F21F87;
}
.TagClassName
{
border-color: #F21F87;
}
</style>