Shades of Deep Pink #FA157A
Tints of Deep Pink #FA157A
RGB
CMYK
RGB Variations
Color information
#FA157A (or 0xFA157A) is known color: Deep Pink. HEX triplet: FA, 15 and 7A. RGB value is (250,21,122). Sum of RGB (Red+Green+Blue) = 250+21+122=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 21 (8.59% from 255 or 5.34% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA157A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA157A is #05EA85. Grayscale: #646464. Windows color (decimal): -387718 or 8001018. OLE color: 8001018.
HSL color Cylindrical-coordinate representation of color #FA157A: hue angle of 333.54º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA157A is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 122 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.02 |
| HSL | 333.54º | 0.96% | 0.53% | - |
| HSV(B) | 333.54º | 0.92% | 0.98% | - |
| XYZ | 43.21 | 22.27 | 20.43 | - |
| YUV | 100.99 | 139.87 | 234.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 122 | 0 | 0.92 | 0.51 | 0.02 | 333.54 | 0.96 | 0.53 |
| Hex | FA | 15 | 7A | 0 | 5C | 33 | 2 | 14E | 60 | 35 |
| Octal | 372 | 25 | 172 | 0 | 134 | 63 | 2 | 516 | 140 | 65 |
| Binary | 11111010 | 10101 | 1111010 | 0 | 1011100 | 110011 | 10 | 101001110 | 1100000 | 110101 |
Color Harmonies of #FA157A
Complementary color
Monochromatic Colors of #FA157A
Black with #FA157A
Text Example
Text Example
White with #FA157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA157A; }
p { color: rgb(250,21,122); }
H1.HeaderClassName
{
color: #FA157A;
}
.AnyTagClassName
{
color: #FA157A;
}
</style>
background-color css
<style>
a { background-color: #FA157A; }
a { background-color: rgb(250,21,122); }
div.DivClassName
{
background-color: #FA157A;
}
.BgClassName
{
background-color: #FA157A;
}
</style>
border-color css
<style>
span { border-color: #FA157A; }
span { border-color: rgb(250,21,122); }
td.TdClassName
{
border-color: #FA157A;
}
.TagClassName
{
border-color: #FA157A;
}
</style>