Shades of Deep Pink #FA119D
Tints of Deep Pink #FA119D
RGB
CMYK
RGB Variations
Color information
#FA119D (or 0xFA119D) is known color: Deep Pink. HEX triplet: FA, 11 and 9D. RGB value is (250,17,157). Sum of RGB (Red+Green+Blue) = 250+17+157=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 17 (7.03% from 255 or 4.01% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA119D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA119D is #05EE62. Grayscale: #666666. Windows color (decimal): -388707 or 10293754. OLE color: 10293754.
HSL color Cylindrical-coordinate representation of color #FA119D: hue angle of 323.95º 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 #FA119D is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 157 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.02 |
| HSL | 323.95º | 0.96% | 0.52% | - |
| HSV(B) | 323.95º | 0.93% | 0.98% | - |
| XYZ | 45.71 | 23.16 | 33.96 | - |
| YUV | 102.63 | 158.69 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 157 | 0 | 0.93 | 0.37 | 0.02 | 323.95 | 0.96 | 0.52 |
| Hex | FA | 11 | 9D | 0 | 5D | 25 | 2 | 144 | 60 | 34 |
| Octal | 372 | 21 | 235 | 0 | 135 | 45 | 2 | 504 | 140 | 64 |
| Binary | 11111010 | 10001 | 10011101 | 0 | 1011101 | 100101 | 10 | 101000100 | 1100000 | 110100 |
Color Harmonies of #FA119D
Complementary color
Monochromatic Colors of #FA119D
Black with #FA119D
Text Example
Text Example
White with #FA119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA119D; }
p { color: rgb(250,17,157); }
H1.HeaderClassName
{
color: #FA119D;
}
.AnyTagClassName
{
color: #FA119D;
}
</style>
background-color css
<style>
a { background-color: #FA119D; }
a { background-color: rgb(250,17,157); }
div.DivClassName
{
background-color: #FA119D;
}
.BgClassName
{
background-color: #FA119D;
}
</style>
border-color css
<style>
span { border-color: #FA119D; }
span { border-color: rgb(250,17,157); }
td.TdClassName
{
border-color: #FA119D;
}
.TagClassName
{
border-color: #FA119D;
}
</style>