Shades of Deep Pink #FA1691
Tints of Deep Pink #FA1691
RGB
CMYK
RGB Variations
Color information
#FA1691 (or 0xFA1691) is known color: Deep Pink. HEX triplet: FA, 16 and 91. RGB value is (250,22,145). Sum of RGB (Red+Green+Blue) = 250+22+145=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1691 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1691 is #05E96E. Grayscale: #676767. Windows color (decimal): -387439 or 9508602. OLE color: 9508602.
HSL color Cylindrical-coordinate representation of color #FA1691: hue angle of 327.63º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1691 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 145 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.02 |
| HSL | 327.63º | 0.96% | 0.53% | - |
| HSV(B) | 327.63º | 0.91% | 0.98% | - |
| XYZ | 44.82 | 22.94 | 28.85 | - |
| YUV | 104.19 | 151.04 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 145 | 0 | 0.91 | 0.42 | 0.02 | 327.63 | 0.96 | 0.53 |
| Hex | FA | 16 | 91 | 0 | 5B | 2A | 2 | 148 | 60 | 35 |
| Octal | 372 | 26 | 221 | 0 | 133 | 52 | 2 | 510 | 140 | 65 |
| Binary | 11111010 | 10110 | 10010001 | 0 | 1011011 | 101010 | 10 | 101001000 | 1100000 | 110101 |
Color Harmonies of #FA1691
Complementary color
Monochromatic Colors of #FA1691
Black with #FA1691
Text Example
Text Example
White with #FA1691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1691; }
p { color: rgb(250,22,145); }
H1.HeaderClassName
{
color: #FA1691;
}
.AnyTagClassName
{
color: #FA1691;
}
</style>
background-color css
<style>
a { background-color: #FA1691; }
a { background-color: rgb(250,22,145); }
div.DivClassName
{
background-color: #FA1691;
}
.BgClassName
{
background-color: #FA1691;
}
</style>
border-color css
<style>
span { border-color: #FA1691; }
span { border-color: rgb(250,22,145); }
td.TdClassName
{
border-color: #FA1691;
}
.TagClassName
{
border-color: #FA1691;
}
</style>