Shades of Deep Pink #FF028F
Tints of Deep Pink #FF028F
RGB
CMYK
RGB Variations
Color information
#FF028F (or 0xFF028F) is known color: Deep Pink. HEX triplet: FF, 02 and 8F. RGB value is (255,2,143). Sum of RGB (Red+Green+Blue) = 255+2+143=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF028F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF028F is #00FD70. Grayscale: #5D5D5D. Windows color (decimal): -64881 or 9372415. OLE color: 9372415.
HSL color Cylindrical-coordinate representation of color #FF028F: hue angle of 326.56º 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 #FF028F is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.44 | 0 |
| HSL | 326.56º | 1% | 0.5% | - |
| HSV(B) | 326.56º | 0.99% | 1% | - |
| XYZ | 46.22 | 23.29 | 28.05 | - |
| YUV | 93.72 | 155.82 | 243.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 143 | 0 | 0.99 | 0.44 | 0 | 326.56 | 1 | 0.5 |
| Hex | FF | 2 | 8F | 0 | 63 | 2C | 0 | 147 | 64 | 32 |
| Octal | 377 | 2 | 217 | 0 | 143 | 54 | 0 | 507 | 144 | 62 |
| Binary | 11111111 | 10 | 10001111 | 0 | 1100011 | 101100 | 0 | 101000111 | 1100100 | 110010 |
Color Harmonies of #FF028F
Complementary color
Monochromatic Colors of #FF028F
Black with #FF028F
Text Example
Text Example
White with #FF028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF028F; }
p { color: rgb(255,2,143); }
H1.HeaderClassName
{
color: #FF028F;
}
.AnyTagClassName
{
color: #FF028F;
}
</style>
background-color css
<style>
a { background-color: #FF028F; }
a { background-color: rgb(255,2,143); }
div.DivClassName
{
background-color: #FF028F;
}
.BgClassName
{
background-color: #FF028F;
}
</style>
border-color css
<style>
span { border-color: #FF028F; }
span { border-color: rgb(255,2,143); }
td.TdClassName
{
border-color: #FF028F;
}
.TagClassName
{
border-color: #FF028F;
}
</style>