Shades of Deep Pink #F21286
Tints of Deep Pink #F21286
RGB
CMYK
RGB Variations
Color information
#F21286 (or 0xF21286) is known color: Deep Pink. HEX triplet: F2, 12 and 86. RGB value is (242,18,134). Sum of RGB (Red+Green+Blue) = 242+18+134=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F21286 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21286 is #0DED79. Grayscale: #616161. Windows color (decimal): -912762 or 8786674. OLE color: 8786674.
HSL color Cylindrical-coordinate representation of color #F21286: hue angle of 328.93º 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 #F21286 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 134 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.05 |
| HSL | 328.93º | 0.9% | 0.51% | - |
| HSV(B) | 328.93º | 0.93% | 0.95% | - |
| XYZ | 41.14 | 21.03 | 24.45 | - |
| YUV | 98.2 | 148.21 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 134 | 0 | 0.93 | 0.45 | 0.05 | 328.93 | 0.9 | 0.51 |
| Hex | F2 | 12 | 86 | 0 | 5D | 2D | 5 | 149 | 5A | 33 |
| Octal | 362 | 22 | 206 | 0 | 135 | 55 | 5 | 511 | 132 | 63 |
| Binary | 11110010 | 10010 | 10000110 | 0 | 1011101 | 101101 | 101 | 101001001 | 1011010 | 110011 |
Color Harmonies of #F21286
Complementary color
Monochromatic Colors of #F21286
Black with #F21286
Text Example
Text Example
White with #F21286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21286; }
p { color: rgb(242,18,134); }
H1.HeaderClassName
{
color: #F21286;
}
.AnyTagClassName
{
color: #F21286;
}
</style>
background-color css
<style>
a { background-color: #F21286; }
a { background-color: rgb(242,18,134); }
div.DivClassName
{
background-color: #F21286;
}
.BgClassName
{
background-color: #F21286;
}
</style>
border-color css
<style>
span { border-color: #F21286; }
span { border-color: rgb(242,18,134); }
td.TdClassName
{
border-color: #F21286;
}
.TagClassName
{
border-color: #F21286;
}
</style>