Shades of Deep Pink #FD008C
Tints of Deep Pink #FD008C
RGB
CMYK
RGB Variations
Color information
#FD008C (or 0xFD008C) is known color: Deep Pink. HEX triplet: FD, 00 and 8C. RGB value is (253,0,140). Sum of RGB (Red+Green+Blue) = 253+0+140=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD008C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD008C is #02FF73. Grayscale: #5B5B5B. Windows color (decimal): -196468 or 9175293. OLE color: 9175293.
HSL color Cylindrical-coordinate representation of color #FD008C: hue angle of 326.8º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD008C is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.45 | 0.01 |
| HSL | 326.8º | 1% | 0.5% | - |
| HSV(B) | 326.8º | 1% | 0.99% | - |
| XYZ | 45.24 | 22.78 | 26.82 | - |
| YUV | 91.61 | 155.32 | 243.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 140 | 0 | 1 | 0.45 | 0.01 | 326.8 | 1 | 0.5 |
| Hex | FD | 0 | 8C | 0 | 64 | 2D | 1 | 147 | 64 | 32 |
| Octal | 375 | 0 | 214 | 0 | 144 | 55 | 1 | 507 | 144 | 62 |
| Binary | 11111101 | 0 | 10001100 | 0 | 1100100 | 101101 | 1 | 101000111 | 1100100 | 110010 |
Color Harmonies of #FD008C
Complementary color
Monochromatic Colors of #FD008C
Black with #FD008C
Text Example
Text Example
White with #FD008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD008C; }
p { color: rgb(253,0,140); }
H1.HeaderClassName
{
color: #FD008C;
}
.AnyTagClassName
{
color: #FD008C;
}
</style>
background-color css
<style>
a { background-color: #FD008C; }
a { background-color: rgb(253,0,140); }
div.DivClassName
{
background-color: #FD008C;
}
.BgClassName
{
background-color: #FD008C;
}
</style>
border-color css
<style>
span { border-color: #FD008C; }
span { border-color: rgb(253,0,140); }
td.TdClassName
{
border-color: #FD008C;
}
.TagClassName
{
border-color: #FD008C;
}
</style>