Shades of Deep Pink #F2087E
Tints of Deep Pink #F2087E
RGB
CMYK
RGB Variations
Color information
#F2087E (or 0xF2087E) is known color: Deep Pink. HEX triplet: F2, 08 and 7E. RGB value is (242,8,126). Sum of RGB (Red+Green+Blue) = 242+8+126=376 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.36% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 242 - color contains mainly: red. Hex color #F2087E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2087E is #0DF781. Grayscale: #5B5B5B. Windows color (decimal): -915330 or 8259826. OLE color: 8259826.
HSL color Cylindrical-coordinate representation of color #F2087E: hue angle of 329.74º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2087E is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 126 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.05 |
| HSL | 329.74º | 0.94% | 0.49% | - |
| HSV(B) | 329.74º | 0.97% | 0.95% | - |
| XYZ | 40.47 | 20.56 | 21.57 | - |
| YUV | 91.42 | 147.52 | 235.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 126 | 0 | 0.97 | 0.48 | 0.05 | 329.74 | 0.94 | 0.49 |
| Hex | F2 | 8 | 7E | 0 | 61 | 30 | 5 | 14A | 5E | 31 |
| Octal | 362 | 10 | 176 | 0 | 141 | 60 | 5 | 512 | 136 | 61 |
| Binary | 11110010 | 1000 | 1111110 | 0 | 1100001 | 110000 | 101 | 101001010 | 1011110 | 110001 |
Color Harmonies of #F2087E
Complementary color
Monochromatic Colors of #F2087E
Black with #F2087E
Text Example
Text Example
White with #F2087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2087E; }
p { color: rgb(242,8,126); }
H1.HeaderClassName
{
color: #F2087E;
}
.AnyTagClassName
{
color: #F2087E;
}
</style>
background-color css
<style>
a { background-color: #F2087E; }
a { background-color: rgb(242,8,126); }
div.DivClassName
{
background-color: #F2087E;
}
.BgClassName
{
background-color: #F2087E;
}
</style>
border-color css
<style>
span { border-color: #F2087E; }
span { border-color: rgb(242,8,126); }
td.TdClassName
{
border-color: #F2087E;
}
.TagClassName
{
border-color: #F2087E;
}
</style>