Shades of Deep Pink #F22386
Tints of Deep Pink #F22386
RGB
CMYK
RGB Variations
Color information
#F22386 (or 0xF22386) is known color: Deep Pink. HEX triplet: F2, 23 and 86. RGB value is (242,35,134). Sum of RGB (Red+Green+Blue) = 242+35+134=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F22386 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22386 is #0DDC79. Grayscale: #6B6B6B. Windows color (decimal): -908410 or 8791026. OLE color: 8791026.
HSL color Cylindrical-coordinate representation of color #F22386: hue angle of 331.3º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F22386 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 134 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.05 |
| HSL | 331.3º | 0.89% | 0.54% | - |
| HSV(B) | 331.3º | 0.86% | 0.95% | - |
| XYZ | 41.52 | 21.8 | 24.57 | - |
| YUV | 108.18 | 142.58 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 134 | 0 | 0.86 | 0.45 | 0.05 | 331.3 | 0.89 | 0.54 |
| Hex | F2 | 23 | 86 | 0 | 56 | 2D | 5 | 14B | 59 | 36 |
| Octal | 362 | 43 | 206 | 0 | 126 | 55 | 5 | 513 | 131 | 66 |
| Binary | 11110010 | 100011 | 10000110 | 0 | 1010110 | 101101 | 101 | 101001011 | 1011001 | 110110 |
Color Harmonies of #F22386
Complementary color
Monochromatic Colors of #F22386
Black with #F22386
Text Example
Text Example
White with #F22386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22386; }
p { color: rgb(242,35,134); }
H1.HeaderClassName
{
color: #F22386;
}
.AnyTagClassName
{
color: #F22386;
}
</style>
background-color css
<style>
a { background-color: #F22386; }
a { background-color: rgb(242,35,134); }
div.DivClassName
{
background-color: #F22386;
}
.BgClassName
{
background-color: #F22386;
}
</style>
border-color css
<style>
span { border-color: #F22386; }
span { border-color: rgb(242,35,134); }
td.TdClassName
{
border-color: #F22386;
}
.TagClassName
{
border-color: #F22386;
}
</style>