Shades of Deep Pink #FD088A
Tints of Deep Pink #FD088A
RGB
CMYK
RGB Variations
Color information
#FD088A (or 0xFD088A) is known color: Deep Pink. HEX triplet: FD, 08 and 8A. RGB value is (253,8,138). Sum of RGB (Red+Green+Blue) = 253+8+138=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD088A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD088A is #02F775. Grayscale: #5F5F5F. Windows color (decimal): -194422 or 9046269. OLE color: 9046269.
HSL color Cylindrical-coordinate representation of color #FD088A: hue angle of 328.16º 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 #FD088A is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 138 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.01 |
| HSL | 328.16º | 0.98% | 0.51% | - |
| HSV(B) | 328.16º | 0.97% | 0.99% | - |
| XYZ | 45.18 | 22.89 | 26.08 | - |
| YUV | 96.08 | 151.67 | 239.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 138 | 0 | 0.97 | 0.45 | 0.01 | 328.16 | 0.98 | 0.51 |
| Hex | FD | 8 | 8A | 0 | 61 | 2D | 1 | 148 | 62 | 33 |
| Octal | 375 | 10 | 212 | 0 | 141 | 55 | 1 | 510 | 142 | 63 |
| Binary | 11111101 | 1000 | 10001010 | 0 | 1100001 | 101101 | 1 | 101001000 | 1100010 | 110011 |
Color Harmonies of #FD088A
Complementary color
Monochromatic Colors of #FD088A
Black with #FD088A
Text Example
Text Example
White with #FD088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD088A; }
p { color: rgb(253,8,138); }
H1.HeaderClassName
{
color: #FD088A;
}
.AnyTagClassName
{
color: #FD088A;
}
</style>
background-color css
<style>
a { background-color: #FD088A; }
a { background-color: rgb(253,8,138); }
div.DivClassName
{
background-color: #FD088A;
}
.BgClassName
{
background-color: #FD088A;
}
</style>
border-color css
<style>
span { border-color: #FD088A; }
span { border-color: rgb(253,8,138); }
td.TdClassName
{
border-color: #FD088A;
}
.TagClassName
{
border-color: #FD088A;
}
</style>