Shades of Deep Pink #FA1797
Tints of Deep Pink #FA1797
RGB
CMYK
RGB Variations
Color information
#FA1797 (or 0xFA1797) is known color: Deep Pink. HEX triplet: FA, 17 and 97. RGB value is (250,23,151). Sum of RGB (Red+Green+Blue) = 250+23+151=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1797 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1797 is #05E868. Grayscale: #696969. Windows color (decimal): -387177 or 9902074. OLE color: 9902074.
HSL color Cylindrical-coordinate representation of color #FA1797: hue angle of 326.17º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1797 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 151 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.02 |
| HSL | 326.17º | 0.96% | 0.54% | - |
| HSV(B) | 326.17º | 0.91% | 0.98% | - |
| XYZ | 45.32 | 23.17 | 31.36 | - |
| YUV | 105.47 | 153.71 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 151 | 0 | 0.91 | 0.40 | 0.02 | 326.17 | 0.96 | 0.54 |
| Hex | FA | 17 | 97 | 0 | 5B | 28 | 2 | 146 | 60 | 36 |
| Octal | 372 | 27 | 227 | 0 | 133 | 50 | 2 | 506 | 140 | 66 |
| Binary | 11111010 | 10111 | 10010111 | 0 | 1011011 | 101000 | 10 | 101000110 | 1100000 | 110110 |
Color Harmonies of #FA1797
Complementary color
Monochromatic Colors of #FA1797
Black with #FA1797
Text Example
Text Example
White with #FA1797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1797; }
p { color: rgb(250,23,151); }
H1.HeaderClassName
{
color: #FA1797;
}
.AnyTagClassName
{
color: #FA1797;
}
</style>
background-color css
<style>
a { background-color: #FA1797; }
a { background-color: rgb(250,23,151); }
div.DivClassName
{
background-color: #FA1797;
}
.BgClassName
{
background-color: #FA1797;
}
</style>
border-color css
<style>
span { border-color: #FA1797; }
span { border-color: rgb(250,23,151); }
td.TdClassName
{
border-color: #FA1797;
}
.TagClassName
{
border-color: #FA1797;
}
</style>