Shades of Deep Pink #FD087E
Tints of Deep Pink #FD087E
RGB
CMYK
RGB Variations
Color information
#FD087E (or 0xFD087E) is known color: Deep Pink. HEX triplet: FD, 08 and 7E. RGB value is (253,8,126). Sum of RGB (Red+Green+Blue) = 253+8+126=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD087E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD087E is #02F781. Grayscale: #5E5E5E. Windows color (decimal): -194434 or 8259837. OLE color: 8259837.
HSL color Cylindrical-coordinate representation of color #FD087E: hue angle of 331.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD087E is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 126 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.01 |
| HSL | 331.1º | 0.98% | 0.51% | - |
| HSV(B) | 331.1º | 0.97% | 0.99% | - |
| XYZ | 44.36 | 22.56 | 21.76 | - |
| YUV | 94.71 | 145.67 | 240.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 126 | 0 | 0.97 | 0.50 | 0.01 | 331.1 | 0.98 | 0.51 |
| Hex | FD | 8 | 7E | 0 | 61 | 32 | 1 | 14B | 62 | 33 |
| Octal | 375 | 10 | 176 | 0 | 141 | 62 | 1 | 513 | 142 | 63 |
| Binary | 11111101 | 1000 | 1111110 | 0 | 1100001 | 110010 | 1 | 101001011 | 1100010 | 110011 |
Color Harmonies of #FD087E
Complementary color
Monochromatic Colors of #FD087E
Black with #FD087E
Text Example
Text Example
White with #FD087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD087E; }
p { color: rgb(253,8,126); }
H1.HeaderClassName
{
color: #FD087E;
}
.AnyTagClassName
{
color: #FD087E;
}
</style>
background-color css
<style>
a { background-color: #FD087E; }
a { background-color: rgb(253,8,126); }
div.DivClassName
{
background-color: #FD087E;
}
.BgClassName
{
background-color: #FD087E;
}
</style>
border-color css
<style>
span { border-color: #FD087E; }
span { border-color: rgb(253,8,126); }
td.TdClassName
{
border-color: #FD087E;
}
.TagClassName
{
border-color: #FD087E;
}
</style>