Shades of Deep Pink #FD0A8C
Tints of Deep Pink #FD0A8C
RGB
CMYK
RGB Variations
Color information
#FD0A8C (or 0xFD0A8C) is known color: Deep Pink. HEX triplet: FD, 0A and 8C. RGB value is (253,10,140). Sum of RGB (Red+Green+Blue) = 253+10+140=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0A8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0A8C is #02F573. Grayscale: #616161. Windows color (decimal): -193908 or 9177853. OLE color: 9177853.
HSL color Cylindrical-coordinate representation of color #FD0A8C: hue angle of 327.9º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0A8C is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 140 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.01 |
| HSL | 327.9º | 0.98% | 0.52% | - |
| HSV(B) | 327.9º | 0.96% | 0.99% | - |
| XYZ | 45.35 | 22.99 | 26.86 | - |
| YUV | 97.48 | 152.01 | 238.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 140 | 0 | 0.96 | 0.45 | 0.01 | 327.9 | 0.98 | 0.52 |
| Hex | FD | A | 8C | 0 | 60 | 2D | 1 | 148 | 62 | 34 |
| Octal | 375 | 12 | 214 | 0 | 140 | 55 | 1 | 510 | 142 | 64 |
| Binary | 11111101 | 1010 | 10001100 | 0 | 1100000 | 101101 | 1 | 101001000 | 1100010 | 110100 |
Color Harmonies of #FD0A8C
Complementary color
Monochromatic Colors of #FD0A8C
Black with #FD0A8C
Text Example
Text Example
White with #FD0A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0A8C; }
p { color: rgb(253,10,140); }
H1.HeaderClassName
{
color: #FD0A8C;
}
.AnyTagClassName
{
color: #FD0A8C;
}
</style>
background-color css
<style>
a { background-color: #FD0A8C; }
a { background-color: rgb(253,10,140); }
div.DivClassName
{
background-color: #FD0A8C;
}
.BgClassName
{
background-color: #FD0A8C;
}
</style>
border-color css
<style>
span { border-color: #FD0A8C; }
span { border-color: rgb(253,10,140); }
td.TdClassName
{
border-color: #FD0A8C;
}
.TagClassName
{
border-color: #FD0A8C;
}
</style>