Shades of Deep Pink #FD087A
Tints of Deep Pink #FD087A
RGB
CMYK
RGB Variations
Color information
#FD087A (or 0xFD087A) is known color: Deep Pink. HEX triplet: FD, 08 and 7A. RGB value is (253,8,122). Sum of RGB (Red+Green+Blue) = 253+8+122=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD087A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD087A is #02F785. Grayscale: #5E5E5E. Windows color (decimal): -194438 or 7997693. OLE color: 7997693.
HSL color Cylindrical-coordinate representation of color #FD087A: hue angle of 332.08º 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 #FD087A is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 122 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.01 |
| HSL | 332.08º | 0.98% | 0.51% | - |
| HSV(B) | 332.08º | 0.97% | 0.99% | - |
| XYZ | 44.11 | 22.46 | 20.42 | - |
| YUV | 94.25 | 143.67 | 241.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 122 | 0 | 0.97 | 0.52 | 0.01 | 332.08 | 0.98 | 0.51 |
| Hex | FD | 8 | 7A | 0 | 61 | 34 | 1 | 14C | 62 | 33 |
| Octal | 375 | 10 | 172 | 0 | 141 | 64 | 1 | 514 | 142 | 63 |
| Binary | 11111101 | 1000 | 1111010 | 0 | 1100001 | 110100 | 1 | 101001100 | 1100010 | 110011 |
Color Harmonies of #FD087A
Complementary color
Monochromatic Colors of #FD087A
Black with #FD087A
Text Example
Text Example
White with #FD087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD087A; }
p { color: rgb(253,8,122); }
H1.HeaderClassName
{
color: #FD087A;
}
.AnyTagClassName
{
color: #FD087A;
}
</style>
background-color css
<style>
a { background-color: #FD087A; }
a { background-color: rgb(253,8,122); }
div.DivClassName
{
background-color: #FD087A;
}
.BgClassName
{
background-color: #FD087A;
}
</style>
border-color css
<style>
span { border-color: #FD087A; }
span { border-color: rgb(253,8,122); }
td.TdClassName
{
border-color: #FD087A;
}
.TagClassName
{
border-color: #FD087A;
}
</style>