Shades of Deep Pink #FA057A
Tints of Deep Pink #FA057A
RGB
CMYK
RGB Variations
Color information
#FA057A (or 0xFA057A) is known color: Deep Pink. HEX triplet: FA, 05 and 7A. RGB value is (250,5,122). Sum of RGB (Red+Green+Blue) = 250+5+122=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA057A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA057A is #05FA85. Grayscale: #5B5B5B. Windows color (decimal): -391814 or 7996922. OLE color: 7996922.
HSL color Cylindrical-coordinate representation of color #FA057A: hue angle of 331.35º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA057A is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 122 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.02 |
| HSL | 331.35º | 0.96% | 0.5% | - |
| HSV(B) | 331.35º | 0.98% | 0.98% | - |
| XYZ | 42.99 | 21.84 | 20.36 | - |
| YUV | 91.59 | 145.17 | 240.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 122 | 0 | 0.98 | 0.51 | 0.02 | 331.35 | 0.96 | 0.5 |
| Hex | FA | 5 | 7A | 0 | 62 | 33 | 2 | 14B | 60 | 32 |
| Octal | 372 | 5 | 172 | 0 | 142 | 63 | 2 | 513 | 140 | 62 |
| Binary | 11111010 | 101 | 1111010 | 0 | 1100010 | 110011 | 10 | 101001011 | 1100000 | 110010 |
Color Harmonies of #FA057A
Complementary color
Monochromatic Colors of #FA057A
Black with #FA057A
Text Example
Text Example
White with #FA057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA057A; }
p { color: rgb(250,5,122); }
H1.HeaderClassName
{
color: #FA057A;
}
.AnyTagClassName
{
color: #FA057A;
}
</style>
background-color css
<style>
a { background-color: #FA057A; }
a { background-color: rgb(250,5,122); }
div.DivClassName
{
background-color: #FA057A;
}
.BgClassName
{
background-color: #FA057A;
}
</style>
border-color css
<style>
span { border-color: #FA057A; }
span { border-color: rgb(250,5,122); }
td.TdClassName
{
border-color: #FA057A;
}
.TagClassName
{
border-color: #FA057A;
}
</style>