Shades of Deep Pink #FA12A0
Tints of Deep Pink #FA12A0
RGB
CMYK
RGB Variations
Color information
#FA12A0 (or 0xFA12A0) is known color: Deep Pink. HEX triplet: FA, 12 and A0. RGB value is (250,18,160). Sum of RGB (Red+Green+Blue) = 250+18+160=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA12A0 is #05ED5F. Grayscale: #676767. Windows color (decimal): -388448 or 10490618. OLE color: 10490618.
HSL color Cylindrical-coordinate representation of color #FA12A0: hue angle of 323.28º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA12A0 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 160 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.02 |
| HSL | 323.28º | 0.96% | 0.53% | - |
| HSV(B) | 323.28º | 0.93% | 0.98% | - |
| XYZ | 45.99 | 23.29 | 35.33 | - |
| YUV | 103.56 | 159.86 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 160 | 0 | 0.93 | 0.36 | 0.02 | 323.28 | 0.96 | 0.53 |
| Hex | FA | 12 | A0 | 0 | 5D | 24 | 2 | 143 | 60 | 35 |
| Octal | 372 | 22 | 240 | 0 | 135 | 44 | 2 | 503 | 140 | 65 |
| Binary | 11111010 | 10010 | 10100000 | 0 | 1011101 | 100100 | 10 | 101000011 | 1100000 | 110101 |
Color Harmonies of #FA12A0
Complementary color
Monochromatic Colors of #FA12A0
Black with #FA12A0
Text Example
Text Example
White with #FA12A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA12A0; }
p { color: rgb(250,18,160); }
H1.HeaderClassName
{
color: #FA12A0;
}
.AnyTagClassName
{
color: #FA12A0;
}
</style>
background-color css
<style>
a { background-color: #FA12A0; }
a { background-color: rgb(250,18,160); }
div.DivClassName
{
background-color: #FA12A0;
}
.BgClassName
{
background-color: #FA12A0;
}
</style>
border-color css
<style>
span { border-color: #FA12A0; }
span { border-color: rgb(250,18,160); }
td.TdClassName
{
border-color: #FA12A0;
}
.TagClassName
{
border-color: #FA12A0;
}
</style>