Shades of Deep Pink #FF028C
Tints of Deep Pink #FF028C
RGB
CMYK
RGB Variations
Color information
#FF028C (or 0xFF028C) is known color: Deep Pink. HEX triplet: FF, 02 and 8C. RGB value is (255,2,140). Sum of RGB (Red+Green+Blue) = 255+2+140=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF028C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF028C is #00FD73. Grayscale: #5D5D5D. Windows color (decimal): -64884 or 9175807. OLE color: 9175807.
HSL color Cylindrical-coordinate representation of color #FF028C: hue angle of 327.27º 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 #FF028C is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 140 | - |
| CMYK | 0 | 0.99 | 0.45 | 0 |
| HSL | 327.27º | 1% | 0.5% | - |
| HSV(B) | 327.27º | 0.99% | 1% | - |
| XYZ | 46 | 23.2 | 26.86 | - |
| YUV | 93.38 | 154.32 | 243.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 140 | 0 | 0.99 | 0.45 | 0 | 327.27 | 1 | 0.5 |
| Hex | FF | 2 | 8C | 0 | 63 | 2D | 0 | 147 | 64 | 32 |
| Octal | 377 | 2 | 214 | 0 | 143 | 55 | 0 | 507 | 144 | 62 |
| Binary | 11111111 | 10 | 10001100 | 0 | 1100011 | 101101 | 0 | 101000111 | 1100100 | 110010 |
Color Harmonies of #FF028C
Complementary color
Monochromatic Colors of #FF028C
Black with #FF028C
Text Example
Text Example
White with #FF028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF028C; }
p { color: rgb(255,2,140); }
H1.HeaderClassName
{
color: #FF028C;
}
.AnyTagClassName
{
color: #FF028C;
}
</style>
background-color css
<style>
a { background-color: #FF028C; }
a { background-color: rgb(255,2,140); }
div.DivClassName
{
background-color: #FF028C;
}
.BgClassName
{
background-color: #FF028C;
}
</style>
border-color css
<style>
span { border-color: #FF028C; }
span { border-color: rgb(255,2,140); }
td.TdClassName
{
border-color: #FF028C;
}
.TagClassName
{
border-color: #FF028C;
}
</style>