Shades of Deep Pink #FF008F
Tints of Deep Pink #FF008F
RGB
CMYK
RGB Variations
Color information
#FF008F (or 0xFF008F) is known color: Deep Pink. HEX triplet: FF, 00 and 8F. RGB value is (255,0,143). Sum of RGB (Red+Green+Blue) = 255+0+143=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF008F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF008F is #00FF70. Grayscale: #5C5C5C. Windows color (decimal): -65393 or 9371903. OLE color: 9371903.
HSL color Cylindrical-coordinate representation of color #FF008F: hue angle of 326.35º 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 #FF008F is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.44 | 0 |
| HSL | 326.35º | 1% | 0.5% | - |
| HSV(B) | 326.35º | 1% | 1% | - |
| XYZ | 46.2 | 23.24 | 28.04 | - |
| YUV | 92.55 | 156.48 | 243.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 143 | 0 | 1 | 0.44 | 0 | 326.35 | 1 | 0.5 |
| Hex | FF | 0 | 8F | 0 | 64 | 2C | 0 | 146 | 64 | 32 |
| Octal | 377 | 0 | 217 | 0 | 144 | 54 | 0 | 506 | 144 | 62 |
| Binary | 11111111 | 0 | 10001111 | 0 | 1100100 | 101100 | 0 | 101000110 | 1100100 | 110010 |
Color Harmonies of #FF008F
Complementary color
Monochromatic Colors of #FF008F
Black with #FF008F
Text Example
Text Example
White with #FF008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF008F; }
p { color: rgb(255,0,143); }
H1.HeaderClassName
{
color: #FF008F;
}
.AnyTagClassName
{
color: #FF008F;
}
</style>
background-color css
<style>
a { background-color: #FF008F; }
a { background-color: rgb(255,0,143); }
div.DivClassName
{
background-color: #FF008F;
}
.BgClassName
{
background-color: #FF008F;
}
</style>
border-color css
<style>
span { border-color: #FF008F; }
span { border-color: rgb(255,0,143); }
td.TdClassName
{
border-color: #FF008F;
}
.TagClassName
{
border-color: #FF008F;
}
</style>