Shades of Deep Pink #FA1196
Tints of Deep Pink #FA1196
RGB
CMYK
RGB Variations
Color information
#FA1196 (or 0xFA1196) is known color: Deep Pink. HEX triplet: FA, 11 and 96. RGB value is (250,17,150). Sum of RGB (Red+Green+Blue) = 250+17+150=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1196 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1196 is #05EE69. Grayscale: #656565. Windows color (decimal): -388714 or 9835002. OLE color: 9835002.
HSL color Cylindrical-coordinate representation of color #FA1196: hue angle of 325.75º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1196 is Cyan = 0, Magento = 0.93, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 150 | - |
| CMYK | 0 | 0.93 | 0.4 | 0.02 |
| HSL | 325.75º | 0.96% | 0.52% | - |
| HSV(B) | 325.75º | 0.93% | 0.98% | - |
| XYZ | 45.13 | 22.93 | 30.9 | - |
| YUV | 101.83 | 155.19 | 233.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 150 | 0 | 0.93 | 0.4 | 0.02 | 325.75 | 0.96 | 0.52 |
| Hex | FA | 11 | 96 | 0 | 5D | 28 | 2 | 146 | 60 | 34 |
| Octal | 372 | 21 | 226 | 0 | 135 | 50 | 2 | 506 | 140 | 64 |
| Binary | 11111010 | 10001 | 10010110 | 0 | 1011101 | 101000 | 10 | 101000110 | 1100000 | 110100 |
Color Harmonies of #FA1196
Complementary color
Monochromatic Colors of #FA1196
Black with #FA1196
Text Example
Text Example
White with #FA1196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1196; }
p { color: rgb(250,17,150); }
H1.HeaderClassName
{
color: #FA1196;
}
.AnyTagClassName
{
color: #FA1196;
}
</style>
background-color css
<style>
a { background-color: #FA1196; }
a { background-color: rgb(250,17,150); }
div.DivClassName
{
background-color: #FA1196;
}
.BgClassName
{
background-color: #FA1196;
}
</style>
border-color css
<style>
span { border-color: #FA1196; }
span { border-color: rgb(250,17,150); }
td.TdClassName
{
border-color: #FA1196;
}
.TagClassName
{
border-color: #FA1196;
}
</style>