Shades of Deep Pink #F20386
Tints of Deep Pink #F20386
RGB
CMYK
RGB Variations
Color information
#F20386 (or 0xF20386) is known color: Deep Pink. HEX triplet: F2, 03 and 86. RGB value is (242,3,134). Sum of RGB (Red+Green+Blue) = 242+3+134=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F20386 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20386 is #0DFC79. Grayscale: #595959. Windows color (decimal): -916602 or 8782834. OLE color: 8782834.
HSL color Cylindrical-coordinate representation of color #F20386: hue angle of 327.11º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20386 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 134 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.05 |
| HSL | 327.11º | 0.98% | 0.48% | - |
| HSV(B) | 327.11º | 0.99% | 0.95% | - |
| XYZ | 40.95 | 20.66 | 24.38 | - |
| YUV | 89.4 | 153.18 | 236.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 134 | 0 | 0.99 | 0.45 | 0.05 | 327.11 | 0.98 | 0.48 |
| Hex | F2 | 3 | 86 | 0 | 63 | 2D | 5 | 147 | 62 | 30 |
| Octal | 362 | 3 | 206 | 0 | 143 | 55 | 5 | 507 | 142 | 60 |
| Binary | 11110010 | 11 | 10000110 | 0 | 1100011 | 101101 | 101 | 101000111 | 1100010 | 110000 |
Color Harmonies of #F20386
Complementary color
Monochromatic Colors of #F20386
Black with #F20386
Text Example
Text Example
White with #F20386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20386; }
p { color: rgb(242,3,134); }
H1.HeaderClassName
{
color: #F20386;
}
.AnyTagClassName
{
color: #F20386;
}
</style>
background-color css
<style>
a { background-color: #F20386; }
a { background-color: rgb(242,3,134); }
div.DivClassName
{
background-color: #F20386;
}
.BgClassName
{
background-color: #F20386;
}
</style>
border-color css
<style>
span { border-color: #F20386; }
span { border-color: rgb(242,3,134); }
td.TdClassName
{
border-color: #F20386;
}
.TagClassName
{
border-color: #F20386;
}
</style>