Shades of Deep Pink #F21F86
Tints of Deep Pink #F21F86
RGB
CMYK
RGB Variations
Color information
#F21F86 (or 0xF21F86) is known color: Deep Pink. HEX triplet: F2, 1F and 86. RGB value is (242,31,134). Sum of RGB (Red+Green+Blue) = 242+31+134=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F21F86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21F86 is #0DE079. Grayscale: #696969. Windows color (decimal): -909434 or 8790002. OLE color: 8790002.
HSL color Cylindrical-coordinate representation of color #F21F86: hue angle of 330.71º 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 #F21F86 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 31 | 134 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.05 |
| HSL | 330.71º | 0.89% | 0.54% | - |
| HSV(B) | 330.71º | 0.87% | 0.95% | - |
| XYZ | 41.41 | 21.58 | 24.54 | - |
| YUV | 105.83 | 143.9 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 31 | 134 | 0 | 0.87 | 0.45 | 0.05 | 330.71 | 0.89 | 0.54 |
| Hex | F2 | 1F | 86 | 0 | 57 | 2D | 5 | 14B | 59 | 36 |
| Octal | 362 | 37 | 206 | 0 | 127 | 55 | 5 | 513 | 131 | 66 |
| Binary | 11110010 | 11111 | 10000110 | 0 | 1010111 | 101101 | 101 | 101001011 | 1011001 | 110110 |
Color Harmonies of #F21F86
Complementary color
Monochromatic Colors of #F21F86
Black with #F21F86
Text Example
Text Example
White with #F21F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21F86; }
p { color: rgb(242,31,134); }
H1.HeaderClassName
{
color: #F21F86;
}
.AnyTagClassName
{
color: #F21F86;
}
</style>
background-color css
<style>
a { background-color: #F21F86; }
a { background-color: rgb(242,31,134); }
div.DivClassName
{
background-color: #F21F86;
}
.BgClassName
{
background-color: #F21F86;
}
</style>
border-color css
<style>
span { border-color: #F21F86; }
span { border-color: rgb(242,31,134); }
td.TdClassName
{
border-color: #F21F86;
}
.TagClassName
{
border-color: #F21F86;
}
</style>