Shades of Deep Pink #FA1896
Tints of Deep Pink #FA1896
RGB
CMYK
RGB Variations
Color information
#FA1896 (or 0xFA1896) is known color: Deep Pink. HEX triplet: FA, 18 and 96. RGB value is (250,24,150). Sum of RGB (Red+Green+Blue) = 250+24+150=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 24 (9.77% from 255 or 5.66% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1896 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1896 is #05E769. Grayscale: #696969. Windows color (decimal): -386922 or 9836794. OLE color: 9836794.
HSL color Cylindrical-coordinate representation of color #FA1896: hue angle of 326.55º 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 #FA1896 is Cyan = 0, Magento = 0.90, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 150 | - |
| CMYK | 0 | 0.90 | 0.4 | 0.02 |
| HSL | 326.55º | 0.96% | 0.54% | - |
| HSV(B) | 326.55º | 0.9% | 0.98% | - |
| XYZ | 45.26 | 23.18 | 30.94 | - |
| YUV | 105.94 | 152.87 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 150 | 0 | 0.90 | 0.4 | 0.02 | 326.55 | 0.96 | 0.54 |
| Hex | FA | 18 | 96 | 0 | 5A | 28 | 2 | 147 | 60 | 36 |
| Octal | 372 | 30 | 226 | 0 | 132 | 50 | 2 | 507 | 140 | 66 |
| Binary | 11111010 | 11000 | 10010110 | 0 | 1011010 | 101000 | 10 | 101000111 | 1100000 | 110110 |
Color Harmonies of #FA1896
Complementary color
Monochromatic Colors of #FA1896
Black with #FA1896
Text Example
Text Example
White with #FA1896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1896; }
p { color: rgb(250,24,150); }
H1.HeaderClassName
{
color: #FA1896;
}
.AnyTagClassName
{
color: #FA1896;
}
</style>
background-color css
<style>
a { background-color: #FA1896; }
a { background-color: rgb(250,24,150); }
div.DivClassName
{
background-color: #FA1896;
}
.BgClassName
{
background-color: #FA1896;
}
</style>
border-color css
<style>
span { border-color: #FA1896; }
span { border-color: rgb(250,24,150); }
td.TdClassName
{
border-color: #FA1896;
}
.TagClassName
{
border-color: #FA1896;
}
</style>