Shades of Deep Pink #FA1399
Tints of Deep Pink #FA1399
RGB
CMYK
RGB Variations
Color information
#FA1399 (or 0xFA1399) is known color: Deep Pink. HEX triplet: FA, 13 and 99. RGB value is (250,19,153). Sum of RGB (Red+Green+Blue) = 250+19+153=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1399 is #05EC66. Grayscale: #676767. Windows color (decimal): -388199 or 10032122. OLE color: 10032122.
HSL color Cylindrical-coordinate representation of color #FA1399: hue angle of 325.19º 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 #FA1399 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 153 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.02 |
| HSL | 325.19º | 0.96% | 0.53% | - |
| HSV(B) | 325.19º | 0.92% | 0.98% | - |
| XYZ | 45.41 | 23.09 | 32.2 | - |
| YUV | 103.35 | 156.03 | 232.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 153 | 0 | 0.92 | 0.39 | 0.02 | 325.19 | 0.96 | 0.53 |
| Hex | FA | 13 | 99 | 0 | 5C | 27 | 2 | 145 | 60 | 35 |
| Octal | 372 | 23 | 231 | 0 | 134 | 47 | 2 | 505 | 140 | 65 |
| Binary | 11111010 | 10011 | 10011001 | 0 | 1011100 | 100111 | 10 | 101000101 | 1100000 | 110101 |
Color Harmonies of #FA1399
Complementary color
Monochromatic Colors of #FA1399
Black with #FA1399
Text Example
Text Example
White with #FA1399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1399; }
p { color: rgb(250,19,153); }
H1.HeaderClassName
{
color: #FA1399;
}
.AnyTagClassName
{
color: #FA1399;
}
</style>
background-color css
<style>
a { background-color: #FA1399; }
a { background-color: rgb(250,19,153); }
div.DivClassName
{
background-color: #FA1399;
}
.BgClassName
{
background-color: #FA1399;
}
</style>
border-color css
<style>
span { border-color: #FA1399; }
span { border-color: rgb(250,19,153); }
td.TdClassName
{
border-color: #FA1399;
}
.TagClassName
{
border-color: #FA1399;
}
</style>