Shades of Deep Pink #FF008D
Tints of Deep Pink #FF008D
RGB
CMYK
RGB Variations
Color information
#FF008D (or 0xFF008D) is known color: Deep Pink. HEX triplet: FF, 00 and 8D. RGB value is (255,0,141). Sum of RGB (Red+Green+Blue) = 255+0+141=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF008D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF008D is #00FF72. Grayscale: #5C5C5C. Windows color (decimal): -65395 or 9240831. OLE color: 9240831.
HSL color Cylindrical-coordinate representation of color #FF008D: hue angle of 326.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF008D is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.45 | 0 |
| HSL | 326.82º | 1% | 0.5% | - |
| HSV(B) | 326.82º | 1% | 1% | - |
| XYZ | 46.05 | 23.18 | 27.25 | - |
| YUV | 92.32 | 155.48 | 244.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 141 | 0 | 1 | 0.45 | 0 | 326.82 | 1 | 0.5 |
| Hex | FF | 0 | 8D | 0 | 64 | 2D | 0 | 147 | 64 | 32 |
| Octal | 377 | 0 | 215 | 0 | 144 | 55 | 0 | 507 | 144 | 62 |
| Binary | 11111111 | 0 | 10001101 | 0 | 1100100 | 101101 | 0 | 101000111 | 1100100 | 110010 |
Color Harmonies of #FF008D
Complementary color
Monochromatic Colors of #FF008D
Black with #FF008D
Text Example
Text Example
White with #FF008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF008D; }
p { color: rgb(255,0,141); }
H1.HeaderClassName
{
color: #FF008D;
}
.AnyTagClassName
{
color: #FF008D;
}
</style>
background-color css
<style>
a { background-color: #FF008D; }
a { background-color: rgb(255,0,141); }
div.DivClassName
{
background-color: #FF008D;
}
.BgClassName
{
background-color: #FF008D;
}
</style>
border-color css
<style>
span { border-color: #FF008D; }
span { border-color: rgb(255,0,141); }
td.TdClassName
{
border-color: #FF008D;
}
.TagClassName
{
border-color: #FF008D;
}
</style>