Shades of Deep Pink #FA1496
Tints of Deep Pink #FA1496
RGB
CMYK
RGB Variations
Color information
#FA1496 (or 0xFA1496) is known color: Deep Pink. HEX triplet: FA, 14 and 96. RGB value is (250,20,150). Sum of RGB (Red+Green+Blue) = 250+20+150=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1496 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1496 is #05EB69. Grayscale: #676767. Windows color (decimal): -387946 or 9835770. OLE color: 9835770.
HSL color Cylindrical-coordinate representation of color #FA1496: hue angle of 326.09º 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 #FA1496 is Cyan = 0, Magento = 0.92, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 150 | - |
| CMYK | 0 | 0.92 | 0.4 | 0.02 |
| HSL | 326.09º | 0.96% | 0.53% | - |
| HSV(B) | 326.09º | 0.92% | 0.98% | - |
| XYZ | 45.18 | 23.03 | 30.92 | - |
| YUV | 103.59 | 154.2 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 150 | 0 | 0.92 | 0.4 | 0.02 | 326.09 | 0.96 | 0.53 |
| Hex | FA | 14 | 96 | 0 | 5C | 28 | 2 | 146 | 60 | 35 |
| Octal | 372 | 24 | 226 | 0 | 134 | 50 | 2 | 506 | 140 | 65 |
| Binary | 11111010 | 10100 | 10010110 | 0 | 1011100 | 101000 | 10 | 101000110 | 1100000 | 110101 |
Color Harmonies of #FA1496
Complementary color
Monochromatic Colors of #FA1496
Black with #FA1496
Text Example
Text Example
White with #FA1496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1496; }
p { color: rgb(250,20,150); }
H1.HeaderClassName
{
color: #FA1496;
}
.AnyTagClassName
{
color: #FA1496;
}
</style>
background-color css
<style>
a { background-color: #FA1496; }
a { background-color: rgb(250,20,150); }
div.DivClassName
{
background-color: #FA1496;
}
.BgClassName
{
background-color: #FA1496;
}
</style>
border-color css
<style>
span { border-color: #FA1496; }
span { border-color: rgb(250,20,150); }
td.TdClassName
{
border-color: #FA1496;
}
.TagClassName
{
border-color: #FA1496;
}
</style>