Shades of Deep Pink #FA1096
Tints of Deep Pink #FA1096
RGB
CMYK
RGB Variations
Color information
#FA1096 (or 0xFA1096) is known color: Deep Pink. HEX triplet: FA, 10 and 96. RGB value is (250,16,150). Sum of RGB (Red+Green+Blue) = 250+16+150=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1096 is #05EF69. Grayscale: #646464. Windows color (decimal): -388970 or 9834746. OLE color: 9834746.
HSL color Cylindrical-coordinate representation of color #FA1096: hue angle of 325.64º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA1096 is Cyan = 0, Magento = 0.94, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 150 | - |
| CMYK | 0 | 0.94 | 0.4 | 0.02 |
| HSL | 325.64º | 0.96% | 0.52% | - |
| HSV(B) | 325.64º | 0.94% | 0.98% | - |
| XYZ | 45.11 | 22.9 | 30.9 | - |
| YUV | 101.24 | 155.52 | 234.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 150 | 0 | 0.94 | 0.4 | 0.02 | 325.64 | 0.96 | 0.52 |
| Hex | FA | 10 | 96 | 0 | 5E | 28 | 2 | 146 | 60 | 34 |
| Octal | 372 | 20 | 226 | 0 | 136 | 50 | 2 | 506 | 140 | 64 |
| Binary | 11111010 | 10000 | 10010110 | 0 | 1011110 | 101000 | 10 | 101000110 | 1100000 | 110100 |
Color Harmonies of #FA1096
Complementary color
Monochromatic Colors of #FA1096
Black with #FA1096
Text Example
Text Example
White with #FA1096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1096; }
p { color: rgb(250,16,150); }
H1.HeaderClassName
{
color: #FA1096;
}
.AnyTagClassName
{
color: #FA1096;
}
</style>
background-color css
<style>
a { background-color: #FA1096; }
a { background-color: rgb(250,16,150); }
div.DivClassName
{
background-color: #FA1096;
}
.BgClassName
{
background-color: #FA1096;
}
</style>
border-color css
<style>
span { border-color: #FA1096; }
span { border-color: rgb(250,16,150); }
td.TdClassName
{
border-color: #FA1096;
}
.TagClassName
{
border-color: #FA1096;
}
</style>