Shades of Deep Pink #F20D8A
Tints of Deep Pink #F20D8A
RGB
CMYK
RGB Variations
Color information
#F20D8A (or 0xF20D8A) is known color: Deep Pink. HEX triplet: F2, 0D and 8A. RGB value is (242,13,138). Sum of RGB (Red+Green+Blue) = 242+13+138=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F20D8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20D8A is #0DF275. Grayscale: #5F5F5F. Windows color (decimal): -914038 or 9047538. OLE color: 9047538.
HSL color Cylindrical-coordinate representation of color #F20D8A: hue angle of 327.25º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20D8A is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 13 | 138 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.05 |
| HSL | 327.25º | 0.9% | 0.5% | - |
| HSV(B) | 327.25º | 0.95% | 0.95% | - |
| XYZ | 41.35 | 21 | 25.92 | - |
| YUV | 95.72 | 151.87 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 13 | 138 | 0 | 0.95 | 0.43 | 0.05 | 327.25 | 0.9 | 0.5 |
| Hex | F2 | D | 8A | 0 | 5F | 2B | 5 | 147 | 5A | 32 |
| Octal | 362 | 15 | 212 | 0 | 137 | 53 | 5 | 507 | 132 | 62 |
| Binary | 11110010 | 1101 | 10001010 | 0 | 1011111 | 101011 | 101 | 101000111 | 1011010 | 110010 |
Color Harmonies of #F20D8A
Complementary color
Monochromatic Colors of #F20D8A
Black with #F20D8A
Text Example
Text Example
White with #F20D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20D8A; }
p { color: rgb(242,13,138); }
H1.HeaderClassName
{
color: #F20D8A;
}
.AnyTagClassName
{
color: #F20D8A;
}
</style>
background-color css
<style>
a { background-color: #F20D8A; }
a { background-color: rgb(242,13,138); }
div.DivClassName
{
background-color: #F20D8A;
}
.BgClassName
{
background-color: #F20D8A;
}
</style>
border-color css
<style>
span { border-color: #F20D8A; }
span { border-color: rgb(242,13,138); }
td.TdClassName
{
border-color: #F20D8A;
}
.TagClassName
{
border-color: #F20D8A;
}
</style>