Shades of Deep Pink #FD008B
Tints of Deep Pink #FD008B
RGB
CMYK
RGB Variations
Color information
#FD008B (or 0xFD008B) is known color: Deep Pink. HEX triplet: FD, 00 and 8B. RGB value is (253,0,139). Sum of RGB (Red+Green+Blue) = 253+0+139=392 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.54% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 253 - color contains mainly: red. Hex color #FD008B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD008B is #02FF74. Grayscale: #5B5B5B. Windows color (decimal): -196469 or 9109757. OLE color: 9109757.
HSL color Cylindrical-coordinate representation of color #FD008B: hue angle of 327.04º 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 #FD008B is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.45 | 0.01 |
| HSL | 327.04º | 1% | 0.5% | - |
| HSV(B) | 327.04º | 1% | 0.99% | - |
| XYZ | 45.17 | 22.75 | 26.44 | - |
| YUV | 91.49 | 154.82 | 243.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 139 | 0 | 1 | 0.45 | 0.01 | 327.04 | 1 | 0.5 |
| Hex | FD | 0 | 8B | 0 | 64 | 2D | 1 | 147 | 64 | 32 |
| Octal | 375 | 0 | 213 | 0 | 144 | 55 | 1 | 507 | 144 | 62 |
| Binary | 11111101 | 0 | 10001011 | 0 | 1100100 | 101101 | 1 | 101000111 | 1100100 | 110010 |
Color Harmonies of #FD008B
Complementary color
Monochromatic Colors of #FD008B
Black with #FD008B
Text Example
Text Example
White with #FD008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD008B; }
p { color: rgb(253,0,139); }
H1.HeaderClassName
{
color: #FD008B;
}
.AnyTagClassName
{
color: #FD008B;
}
</style>
background-color css
<style>
a { background-color: #FD008B; }
a { background-color: rgb(253,0,139); }
div.DivClassName
{
background-color: #FD008B;
}
.BgClassName
{
background-color: #FD008B;
}
</style>
border-color css
<style>
span { border-color: #FD008B; }
span { border-color: rgb(253,0,139); }
td.TdClassName
{
border-color: #FD008B;
}
.TagClassName
{
border-color: #FD008B;
}
</style>