Shades of Deep Pink #FF007E
Tints of Deep Pink #FF007E
RGB
CMYK
RGB Variations
Color information
#FF007E (or 0xFF007E) is known color: Deep Pink. HEX triplet: FF, 00 and 7E. RGB value is (255,0,126). Sum of RGB (Red+Green+Blue) = 255+0+126=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF007E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF007E is #00FF81. Grayscale: #5A5A5A. Windows color (decimal): -65410 or 8257791. OLE color: 8257791.
HSL color Cylindrical-coordinate representation of color #FF007E: hue angle of 330.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF007E is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 126 | - |
| CMYK | 0 | 1 | 0.51 | 0 |
| HSL | 330.35º | 1% | 0.5% | - |
| HSV(B) | 330.35º | 1% | 1% | - |
| XYZ | 45.01 | 22.77 | 21.76 | - |
| YUV | 90.61 | 147.98 | 245.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 126 | 0 | 1 | 0.51 | 0 | 330.35 | 1 | 0.5 |
| Hex | FF | 0 | 7E | 0 | 64 | 33 | 0 | 14A | 64 | 32 |
| Octal | 377 | 0 | 176 | 0 | 144 | 63 | 0 | 512 | 144 | 62 |
| Binary | 11111111 | 0 | 1111110 | 0 | 1100100 | 110011 | 0 | 101001010 | 1100100 | 110010 |
Color Harmonies of #FF007E
Complementary color
Monochromatic Colors of #FF007E
Black with #FF007E
Text Example
Text Example
White with #FF007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF007E; }
p { color: rgb(255,0,126); }
H1.HeaderClassName
{
color: #FF007E;
}
.AnyTagClassName
{
color: #FF007E;
}
</style>
background-color css
<style>
a { background-color: #FF007E; }
a { background-color: rgb(255,0,126); }
div.DivClassName
{
background-color: #FF007E;
}
.BgClassName
{
background-color: #FF007E;
}
</style>
border-color css
<style>
span { border-color: #FF007E; }
span { border-color: rgb(255,0,126); }
td.TdClassName
{
border-color: #FF007E;
}
.TagClassName
{
border-color: #FF007E;
}
</style>