Shades of Deep Pink #FF027E
Tints of Deep Pink #FF027E
RGB
CMYK
RGB Variations
Color information
#FF027E (or 0xFF027E) is known color: Deep Pink. HEX triplet: FF, 02 and 7E. RGB value is (255,2,126). Sum of RGB (Red+Green+Blue) = 255+2+126=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF027E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF027E is #00FD81. Grayscale: #5B5B5B. Windows color (decimal): -64898 or 8258303. OLE color: 8258303.
HSL color Cylindrical-coordinate representation of color #FF027E: hue angle of 330.59º 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 #FF027E is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.51 | 0 |
| HSL | 330.59º | 1% | 0.5% | - |
| HSV(B) | 330.59º | 0.99% | 1% | - |
| XYZ | 45.03 | 22.81 | 21.77 | - |
| YUV | 91.78 | 147.32 | 244.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 126 | 0 | 0.99 | 0.51 | 0 | 330.59 | 1 | 0.5 |
| Hex | FF | 2 | 7E | 0 | 63 | 33 | 0 | 14B | 64 | 32 |
| Octal | 377 | 2 | 176 | 0 | 143 | 63 | 0 | 513 | 144 | 62 |
| Binary | 11111111 | 10 | 1111110 | 0 | 1100011 | 110011 | 0 | 101001011 | 1100100 | 110010 |
Color Harmonies of #FF027E
Complementary color
Monochromatic Colors of #FF027E
Black with #FF027E
Text Example
Text Example
White with #FF027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF027E; }
p { color: rgb(255,2,126); }
H1.HeaderClassName
{
color: #FF027E;
}
.AnyTagClassName
{
color: #FF027E;
}
</style>
background-color css
<style>
a { background-color: #FF027E; }
a { background-color: rgb(255,2,126); }
div.DivClassName
{
background-color: #FF027E;
}
.BgClassName
{
background-color: #FF027E;
}
</style>
border-color css
<style>
span { border-color: #FF027E; }
span { border-color: rgb(255,2,126); }
td.TdClassName
{
border-color: #FF027E;
}
.TagClassName
{
border-color: #FF027E;
}
</style>