Shades of Deep Pink #FF057A
Tints of Deep Pink #FF057A
RGB
CMYK
RGB Variations
Color information
#FF057A (or 0xFF057A) is known color: Deep Pink. HEX triplet: FF, 05 and 7A. RGB value is (255,5,122). Sum of RGB (Red+Green+Blue) = 255+5+122=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF057A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF057A is #00FA85. Grayscale: #5C5C5C. Windows color (decimal): -64134 or 7996927. OLE color: 7996927.
HSL color Cylindrical-coordinate representation of color #FF057A: hue angle of 331.92º 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 #FF057A is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 122 | - |
| CMYK | 0 | 0.98 | 0.52 | 0 |
| HSL | 331.92º | 1% | 0.51% | - |
| HSV(B) | 331.92º | 0.98% | 1% | - |
| XYZ | 44.81 | 22.77 | 20.45 | - |
| YUV | 93.09 | 144.33 | 243.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 122 | 0 | 0.98 | 0.52 | 0 | 331.92 | 1 | 0.51 |
| Hex | FF | 5 | 7A | 0 | 62 | 34 | 0 | 14C | 64 | 33 |
| Octal | 377 | 5 | 172 | 0 | 142 | 64 | 0 | 514 | 144 | 63 |
| Binary | 11111111 | 101 | 1111010 | 0 | 1100010 | 110100 | 0 | 101001100 | 1100100 | 110011 |
Color Harmonies of #FF057A
Complementary color
Monochromatic Colors of #FF057A
Black with #FF057A
Text Example
Text Example
White with #FF057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF057A; }
p { color: rgb(255,5,122); }
H1.HeaderClassName
{
color: #FF057A;
}
.AnyTagClassName
{
color: #FF057A;
}
</style>
background-color css
<style>
a { background-color: #FF057A; }
a { background-color: rgb(255,5,122); }
div.DivClassName
{
background-color: #FF057A;
}
.BgClassName
{
background-color: #FF057A;
}
</style>
border-color css
<style>
span { border-color: #FF057A; }
span { border-color: rgb(255,5,122); }
td.TdClassName
{
border-color: #FF057A;
}
.TagClassName
{
border-color: #FF057A;
}
</style>