Shades of Deep Pink #FF028B
Tints of Deep Pink #FF028B
RGB
CMYK
RGB Variations
Color information
#FF028B (or 0xFF028B) is known color: Deep Pink. HEX triplet: FF, 02 and 8B. RGB value is (255,2,139). Sum of RGB (Red+Green+Blue) = 255+2+139=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF028B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF028B is #00FD74. Grayscale: #5C5C5C. Windows color (decimal): -64885 or 9110271. OLE color: 9110271.
HSL color Cylindrical-coordinate representation of color #FF028B: hue angle of 327.51º 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 #FF028B is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 139 | - |
| CMYK | 0 | 0.99 | 0.45 | 0 |
| HSL | 327.51º | 1% | 0.5% | - |
| HSV(B) | 327.51º | 0.99% | 1% | - |
| XYZ | 45.92 | 23.17 | 26.48 | - |
| YUV | 93.27 | 153.82 | 243.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 139 | 0 | 0.99 | 0.45 | 0 | 327.51 | 1 | 0.5 |
| Hex | FF | 2 | 8B | 0 | 63 | 2D | 0 | 148 | 64 | 32 |
| Octal | 377 | 2 | 213 | 0 | 143 | 55 | 0 | 510 | 144 | 62 |
| Binary | 11111111 | 10 | 10001011 | 0 | 1100011 | 101101 | 0 | 101001000 | 1100100 | 110010 |
Color Harmonies of #FF028B
Complementary color
Monochromatic Colors of #FF028B
Black with #FF028B
Text Example
Text Example
White with #FF028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF028B; }
p { color: rgb(255,2,139); }
H1.HeaderClassName
{
color: #FF028B;
}
.AnyTagClassName
{
color: #FF028B;
}
</style>
background-color css
<style>
a { background-color: #FF028B; }
a { background-color: rgb(255,2,139); }
div.DivClassName
{
background-color: #FF028B;
}
.BgClassName
{
background-color: #FF028B;
}
</style>
border-color css
<style>
span { border-color: #FF028B; }
span { border-color: rgb(255,2,139); }
td.TdClassName
{
border-color: #FF028B;
}
.TagClassName
{
border-color: #FF028B;
}
</style>