Shades of Deep Pink #FA057B
Tints of Deep Pink #FA057B
RGB
CMYK
RGB Variations
Color information
#FA057B (or 0xFA057B) is known color: Deep Pink. HEX triplet: FA, 05 and 7B. RGB value is (250,5,123). Sum of RGB (Red+Green+Blue) = 250+5+123=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 5 (2.34% from 255 or 1.32% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA057B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA057B is #05FA84. Grayscale: #5B5B5B. Windows color (decimal): -391813 or 8062458. OLE color: 8062458.
HSL color Cylindrical-coordinate representation of color #FA057B: hue angle of 331.1º 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 #FA057B is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 123 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.02 |
| HSL | 331.1º | 0.96% | 0.5% | - |
| HSV(B) | 331.1º | 0.98% | 0.98% | - |
| XYZ | 43.05 | 21.86 | 20.69 | - |
| YUV | 91.71 | 145.67 | 240.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 123 | 0 | 0.98 | 0.51 | 0.02 | 331.1 | 0.96 | 0.5 |
| Hex | FA | 5 | 7B | 0 | 62 | 33 | 2 | 14B | 60 | 32 |
| Octal | 372 | 5 | 173 | 0 | 142 | 63 | 2 | 513 | 140 | 62 |
| Binary | 11111010 | 101 | 1111011 | 0 | 1100010 | 110011 | 10 | 101001011 | 1100000 | 110010 |
Color Harmonies of #FA057B
Complementary color
Monochromatic Colors of #FA057B
Black with #FA057B
Text Example
Text Example
White with #FA057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA057B; }
p { color: rgb(250,5,123); }
H1.HeaderClassName
{
color: #FA057B;
}
.AnyTagClassName
{
color: #FA057B;
}
</style>
background-color css
<style>
a { background-color: #FA057B; }
a { background-color: rgb(250,5,123); }
div.DivClassName
{
background-color: #FA057B;
}
.BgClassName
{
background-color: #FA057B;
}
</style>
border-color css
<style>
span { border-color: #FA057B; }
span { border-color: rgb(250,5,123); }
td.TdClassName
{
border-color: #FA057B;
}
.TagClassName
{
border-color: #FA057B;
}
</style>