Shades of Deep Pink #FA0991
Tints of Deep Pink #FA0991
RGB
CMYK
RGB Variations
Color information
#FA0991 (or 0xFA0991) is known color: Deep Pink. HEX triplet: FA, 09 and 91. RGB value is (250,9,145). Sum of RGB (Red+Green+Blue) = 250+9+145=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0991 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0991 is #05F66E. Grayscale: #606060. Windows color (decimal): -390767 or 9505274. OLE color: 9505274.
HSL color Cylindrical-coordinate representation of color #FA0991: hue angle of 326.14º 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 #FA0991 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 145 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.02 |
| HSL | 326.14º | 0.96% | 0.51% | - |
| HSV(B) | 326.14º | 0.96% | 0.98% | - |
| XYZ | 44.63 | 22.56 | 28.79 | - |
| YUV | 96.56 | 155.34 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 145 | 0 | 0.96 | 0.42 | 0.02 | 326.14 | 0.96 | 0.51 |
| Hex | FA | 9 | 91 | 0 | 60 | 2A | 2 | 146 | 60 | 33 |
| Octal | 372 | 11 | 221 | 0 | 140 | 52 | 2 | 506 | 140 | 63 |
| Binary | 11111010 | 1001 | 10010001 | 0 | 1100000 | 101010 | 10 | 101000110 | 1100000 | 110011 |
Color Harmonies of #FA0991
Complementary color
Monochromatic Colors of #FA0991
Black with #FA0991
Text Example
Text Example
White with #FA0991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0991; }
p { color: rgb(250,9,145); }
H1.HeaderClassName
{
color: #FA0991;
}
.AnyTagClassName
{
color: #FA0991;
}
</style>
background-color css
<style>
a { background-color: #FA0991; }
a { background-color: rgb(250,9,145); }
div.DivClassName
{
background-color: #FA0991;
}
.BgClassName
{
background-color: #FA0991;
}
</style>
border-color css
<style>
span { border-color: #FA0991; }
span { border-color: rgb(250,9,145); }
td.TdClassName
{
border-color: #FA0991;
}
.TagClassName
{
border-color: #FA0991;
}
</style>