Shades of Deep Pink #FA119C
Tints of Deep Pink #FA119C
RGB
CMYK
RGB Variations
Color information
#FA119C (or 0xFA119C) is known color: Deep Pink. HEX triplet: FA, 11 and 9C. RGB value is (250,17,156). Sum of RGB (Red+Green+Blue) = 250+17+156=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA119C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA119C is #05EE63. Grayscale: #666666. Windows color (decimal): -388708 or 10228218. OLE color: 10228218.
HSL color Cylindrical-coordinate representation of color #FA119C: hue angle of 324.21º 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 #FA119C is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 156 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.02 |
| HSL | 324.21º | 0.96% | 0.52% | - |
| HSV(B) | 324.21º | 0.93% | 0.98% | - |
| XYZ | 45.63 | 23.13 | 33.51 | - |
| YUV | 102.51 | 158.19 | 233.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 156 | 0 | 0.93 | 0.38 | 0.02 | 324.21 | 0.96 | 0.52 |
| Hex | FA | 11 | 9C | 0 | 5D | 26 | 2 | 144 | 60 | 34 |
| Octal | 372 | 21 | 234 | 0 | 135 | 46 | 2 | 504 | 140 | 64 |
| Binary | 11111010 | 10001 | 10011100 | 0 | 1011101 | 100110 | 10 | 101000100 | 1100000 | 110100 |
Color Harmonies of #FA119C
Complementary color
Monochromatic Colors of #FA119C
Black with #FA119C
Text Example
Text Example
White with #FA119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA119C; }
p { color: rgb(250,17,156); }
H1.HeaderClassName
{
color: #FA119C;
}
.AnyTagClassName
{
color: #FA119C;
}
</style>
background-color css
<style>
a { background-color: #FA119C; }
a { background-color: rgb(250,17,156); }
div.DivClassName
{
background-color: #FA119C;
}
.BgClassName
{
background-color: #FA119C;
}
</style>
border-color css
<style>
span { border-color: #FA119C; }
span { border-color: rgb(250,17,156); }
td.TdClassName
{
border-color: #FA119C;
}
.TagClassName
{
border-color: #FA119C;
}
</style>