Shades of Deep Pink #FA14A0
Tints of Deep Pink #FA14A0
RGB
CMYK
RGB Variations
Color information
#FA14A0 (or 0xFA14A0) is known color: Deep Pink. HEX triplet: FA, 14 and A0. RGB value is (250,20,160). Sum of RGB (Red+Green+Blue) = 250+20+160=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA14A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA14A0 is #05EB5F. Grayscale: #686868. Windows color (decimal): -387936 or 10491130. OLE color: 10491130.
HSL color Cylindrical-coordinate representation of color #FA14A0: hue angle of 323.48º 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 #FA14A0 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 160 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.02 |
| HSL | 323.48º | 0.96% | 0.53% | - |
| HSV(B) | 323.48º | 0.92% | 0.98% | - |
| XYZ | 46.02 | 23.36 | 35.34 | - |
| YUV | 104.73 | 159.2 | 231.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 160 | 0 | 0.92 | 0.36 | 0.02 | 323.48 | 0.96 | 0.53 |
| Hex | FA | 14 | A0 | 0 | 5C | 24 | 2 | 143 | 60 | 35 |
| Octal | 372 | 24 | 240 | 0 | 134 | 44 | 2 | 503 | 140 | 65 |
| Binary | 11111010 | 10100 | 10100000 | 0 | 1011100 | 100100 | 10 | 101000011 | 1100000 | 110101 |
Color Harmonies of #FA14A0
Complementary color
Monochromatic Colors of #FA14A0
Black with #FA14A0
Text Example
Text Example
White with #FA14A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA14A0; }
p { color: rgb(250,20,160); }
H1.HeaderClassName
{
color: #FA14A0;
}
.AnyTagClassName
{
color: #FA14A0;
}
</style>
background-color css
<style>
a { background-color: #FA14A0; }
a { background-color: rgb(250,20,160); }
div.DivClassName
{
background-color: #FA14A0;
}
.BgClassName
{
background-color: #FA14A0;
}
</style>
border-color css
<style>
span { border-color: #FA14A0; }
span { border-color: rgb(250,20,160); }
td.TdClassName
{
border-color: #FA14A0;
}
.TagClassName
{
border-color: #FA14A0;
}
</style>