Shades of Deep Pink #FF057E
Tints of Deep Pink #FF057E
RGB
CMYK
RGB Variations
Color information
#FF057E (or 0xFF057E) is known color: Deep Pink. HEX triplet: FF, 05 and 7E. RGB value is (255,5,126). Sum of RGB (Red+Green+Blue) = 255+5+126=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF057E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF057E is #00FA81. Grayscale: #5D5D5D. Windows color (decimal): -64130 or 8259071. OLE color: 8259071.
HSL color Cylindrical-coordinate representation of color #FF057E: hue angle of 330.96º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF057E is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 126 | - |
| CMYK | 0 | 0.98 | 0.51 | 0 |
| HSL | 330.96º | 1% | 0.51% | - |
| HSV(B) | 330.96º | 0.98% | 1% | - |
| XYZ | 45.06 | 22.87 | 21.78 | - |
| YUV | 93.54 | 146.33 | 243.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 126 | 0 | 0.98 | 0.51 | 0 | 330.96 | 1 | 0.51 |
| Hex | FF | 5 | 7E | 0 | 62 | 33 | 0 | 14B | 64 | 33 |
| Octal | 377 | 5 | 176 | 0 | 142 | 63 | 0 | 513 | 144 | 63 |
| Binary | 11111111 | 101 | 1111110 | 0 | 1100010 | 110011 | 0 | 101001011 | 1100100 | 110011 |
Color Harmonies of #FF057E
Complementary color
Monochromatic Colors of #FF057E
Black with #FF057E
Text Example
Text Example
White with #FF057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF057E; }
p { color: rgb(255,5,126); }
H1.HeaderClassName
{
color: #FF057E;
}
.AnyTagClassName
{
color: #FF057E;
}
</style>
background-color css
<style>
a { background-color: #FF057E; }
a { background-color: rgb(255,5,126); }
div.DivClassName
{
background-color: #FF057E;
}
.BgClassName
{
background-color: #FF057E;
}
</style>
border-color css
<style>
span { border-color: #FF057E; }
span { border-color: rgb(255,5,126); }
td.TdClassName
{
border-color: #FF057E;
}
.TagClassName
{
border-color: #FF057E;
}
</style>