Shades of Deep Pink #FF028E
Tints of Deep Pink #FF028E
RGB
CMYK
RGB Variations
Color information
#FF028E (or 0xFF028E) is known color: Deep Pink. HEX triplet: FF, 02 and 8E. RGB value is (255,2,142). Sum of RGB (Red+Green+Blue) = 255+2+142=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF028E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF028E is #00FD71. Grayscale: #5D5D5D. Windows color (decimal): -64882 or 9306879. OLE color: 9306879.
HSL color Cylindrical-coordinate representation of color #FF028E: hue angle of 326.8º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF028E is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 142 | - |
| CMYK | 0 | 0.99 | 0.44 | 0 |
| HSL | 326.8º | 1% | 0.5% | - |
| HSV(B) | 326.8º | 0.99% | 1% | - |
| XYZ | 46.14 | 23.26 | 27.65 | - |
| YUV | 93.61 | 155.32 | 243.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 142 | 0 | 0.99 | 0.44 | 0 | 326.8 | 1 | 0.5 |
| Hex | FF | 2 | 8E | 0 | 63 | 2C | 0 | 147 | 64 | 32 |
| Octal | 377 | 2 | 216 | 0 | 143 | 54 | 0 | 507 | 144 | 62 |
| Binary | 11111111 | 10 | 10001110 | 0 | 1100011 | 101100 | 0 | 101000111 | 1100100 | 110010 |
Color Harmonies of #FF028E
Complementary color
Monochromatic Colors of #FF028E
Black with #FF028E
Text Example
Text Example
White with #FF028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF028E; }
p { color: rgb(255,2,142); }
H1.HeaderClassName
{
color: #FF028E;
}
.AnyTagClassName
{
color: #FF028E;
}
</style>
background-color css
<style>
a { background-color: #FF028E; }
a { background-color: rgb(255,2,142); }
div.DivClassName
{
background-color: #FF028E;
}
.BgClassName
{
background-color: #FF028E;
}
</style>
border-color css
<style>
span { border-color: #FF028E; }
span { border-color: rgb(255,2,142); }
td.TdClassName
{
border-color: #FF028E;
}
.TagClassName
{
border-color: #FF028E;
}
</style>