Shades of Deep Pink #FA0A96
Tints of Deep Pink #FA0A96
RGB
CMYK
RGB Variations
Color information
#FA0A96 (or 0xFA0A96) is known color: Deep Pink. HEX triplet: FA, 0A and 96. RGB value is (250,10,150). Sum of RGB (Red+Green+Blue) = 250+10+150=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0A96 is #05F569. Grayscale: #616161. Windows color (decimal): -390506 or 9833210. OLE color: 9833210.
HSL color Cylindrical-coordinate representation of color #FA0A96: hue angle of 325º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0A96 is Cyan = 0, Magento = 0.96, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 150 | - |
| CMYK | 0 | 0.96 | 0.4 | 0.02 |
| HSL | 325º | 0.96% | 0.51% | - |
| HSV(B) | 325º | 0.96% | 0.98% | - |
| XYZ | 45.04 | 22.74 | 30.87 | - |
| YUV | 97.72 | 157.51 | 236.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 150 | 0 | 0.96 | 0.4 | 0.02 | 325 | 0.96 | 0.51 |
| Hex | FA | A | 96 | 0 | 60 | 28 | 2 | 145 | 60 | 33 |
| Octal | 372 | 12 | 226 | 0 | 140 | 50 | 2 | 505 | 140 | 63 |
| Binary | 11111010 | 1010 | 10010110 | 0 | 1100000 | 101000 | 10 | 101000101 | 1100000 | 110011 |
Color Harmonies of #FA0A96
Complementary color
Monochromatic Colors of #FA0A96
Black with #FA0A96
Text Example
Text Example
White with #FA0A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A96; }
p { color: rgb(250,10,150); }
H1.HeaderClassName
{
color: #FA0A96;
}
.AnyTagClassName
{
color: #FA0A96;
}
</style>
background-color css
<style>
a { background-color: #FA0A96; }
a { background-color: rgb(250,10,150); }
div.DivClassName
{
background-color: #FA0A96;
}
.BgClassName
{
background-color: #FA0A96;
}
</style>
border-color css
<style>
span { border-color: #FA0A96; }
span { border-color: rgb(250,10,150); }
td.TdClassName
{
border-color: #FA0A96;
}
.TagClassName
{
border-color: #FA0A96;
}
</style>