Shades of Deep Pink #FD008F
Tints of Deep Pink #FD008F
RGB
CMYK
RGB Variations
Color information
#FD008F (or 0xFD008F) is known color: Deep Pink. HEX triplet: FD, 00 and 8F. RGB value is (253,0,143). Sum of RGB (Red+Green+Blue) = 253+0+143=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD008F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD008F is #02FF70. Grayscale: #5B5B5B. Windows color (decimal): -196465 or 9371901. OLE color: 9371901.
HSL color Cylindrical-coordinate representation of color #FD008F: hue angle of 326.09º 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 #FD008F is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.43 | 0.01 |
| HSL | 326.09º | 1% | 0.5% | - |
| HSV(B) | 326.09º | 1% | 0.99% | - |
| XYZ | 45.47 | 22.87 | 28 | - |
| YUV | 91.95 | 156.82 | 242.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 143 | 0 | 1 | 0.43 | 0.01 | 326.09 | 1 | 0.5 |
| Hex | FD | 0 | 8F | 0 | 64 | 2B | 1 | 146 | 64 | 32 |
| Octal | 375 | 0 | 217 | 0 | 144 | 53 | 1 | 506 | 144 | 62 |
| Binary | 11111101 | 0 | 10001111 | 0 | 1100100 | 101011 | 1 | 101000110 | 1100100 | 110010 |
Color Harmonies of #FD008F
Complementary color
Monochromatic Colors of #FD008F
Black with #FD008F
Text Example
Text Example
White with #FD008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD008F; }
p { color: rgb(253,0,143); }
H1.HeaderClassName
{
color: #FD008F;
}
.AnyTagClassName
{
color: #FD008F;
}
</style>
background-color css
<style>
a { background-color: #FD008F; }
a { background-color: rgb(253,0,143); }
div.DivClassName
{
background-color: #FD008F;
}
.BgClassName
{
background-color: #FD008F;
}
</style>
border-color css
<style>
span { border-color: #FD008F; }
span { border-color: rgb(253,0,143); }
td.TdClassName
{
border-color: #FD008F;
}
.TagClassName
{
border-color: #FD008F;
}
</style>