Shades of Deep Pink #FA1999
Tints of Deep Pink #FA1999
RGB
CMYK
RGB Variations
Color information
#FA1999 (or 0xFA1999) is known color: Deep Pink. HEX triplet: FA, 19 and 99. RGB value is (250,25,153). Sum of RGB (Red+Green+Blue) = 250+25+153=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1999 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1999 is #05E666. Grayscale: #6A6A6A. Windows color (decimal): -386663 or 10033658. OLE color: 10033658.
HSL color Cylindrical-coordinate representation of color #FA1999: hue angle of 325.87º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1999 is Cyan = 0, Magento = 0.9, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 153 | - |
| CMYK | 0 | 0.9 | 0.39 | 0.02 |
| HSL | 325.87º | 0.96% | 0.54% | - |
| HSV(B) | 325.87º | 0.9% | 0.98% | - |
| XYZ | 45.52 | 23.32 | 32.24 | - |
| YUV | 106.87 | 154.04 | 230.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 153 | 0 | 0.9 | 0.39 | 0.02 | 325.87 | 0.96 | 0.54 |
| Hex | FA | 19 | 99 | 0 | 5A | 27 | 2 | 146 | 60 | 36 |
| Octal | 372 | 31 | 231 | 0 | 132 | 47 | 2 | 506 | 140 | 66 |
| Binary | 11111010 | 11001 | 10011001 | 0 | 1011010 | 100111 | 10 | 101000110 | 1100000 | 110110 |
Color Harmonies of #FA1999
Complementary color
Monochromatic Colors of #FA1999
Black with #FA1999
Text Example
Text Example
White with #FA1999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1999; }
p { color: rgb(250,25,153); }
H1.HeaderClassName
{
color: #FA1999;
}
.AnyTagClassName
{
color: #FA1999;
}
</style>
background-color css
<style>
a { background-color: #FA1999; }
a { background-color: rgb(250,25,153); }
div.DivClassName
{
background-color: #FA1999;
}
.BgClassName
{
background-color: #FA1999;
}
</style>
border-color css
<style>
span { border-color: #FA1999; }
span { border-color: rgb(250,25,153); }
td.TdClassName
{
border-color: #FA1999;
}
.TagClassName
{
border-color: #FA1999;
}
</style>