Shades of Deep Pink #FA129C
Tints of Deep Pink #FA129C
RGB
CMYK
RGB Variations
Color information
#FA129C (or 0xFA129C) is known color: Deep Pink. HEX triplet: FA, 12 and 9C. RGB value is (250,18,156). Sum of RGB (Red+Green+Blue) = 250+18+156=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA129C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA129C is #05ED63. Grayscale: #666666. Windows color (decimal): -388452 or 10228474. OLE color: 10228474.
HSL color Cylindrical-coordinate representation of color #FA129C: hue angle of 324.31º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA129C is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 156 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.02 |
| HSL | 324.31º | 0.96% | 0.53% | - |
| HSV(B) | 324.31º | 0.93% | 0.98% | - |
| XYZ | 45.64 | 23.16 | 33.52 | - |
| YUV | 103.1 | 157.86 | 232.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 156 | 0 | 0.93 | 0.38 | 0.02 | 324.31 | 0.96 | 0.53 |
| Hex | FA | 12 | 9C | 0 | 5D | 26 | 2 | 144 | 60 | 35 |
| Octal | 372 | 22 | 234 | 0 | 135 | 46 | 2 | 504 | 140 | 65 |
| Binary | 11111010 | 10010 | 10011100 | 0 | 1011101 | 100110 | 10 | 101000100 | 1100000 | 110101 |
Color Harmonies of #FA129C
Complementary color
Monochromatic Colors of #FA129C
Black with #FA129C
Text Example
Text Example
White with #FA129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA129C; }
p { color: rgb(250,18,156); }
H1.HeaderClassName
{
color: #FA129C;
}
.AnyTagClassName
{
color: #FA129C;
}
</style>
background-color css
<style>
a { background-color: #FA129C; }
a { background-color: rgb(250,18,156); }
div.DivClassName
{
background-color: #FA129C;
}
.BgClassName
{
background-color: #FA129C;
}
</style>
border-color css
<style>
span { border-color: #FA129C; }
span { border-color: rgb(250,18,156); }
td.TdClassName
{
border-color: #FA129C;
}
.TagClassName
{
border-color: #FA129C;
}
</style>