Shades of Deep Pink #FA129F
Tints of Deep Pink #FA129F
RGB
CMYK
RGB Variations
Color information
#FA129F (or 0xFA129F) is known color: Deep Pink. HEX triplet: FA, 12 and 9F. RGB value is (250,18,159). Sum of RGB (Red+Green+Blue) = 250+18+159=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA129F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA129F is #05ED60. Grayscale: #676767. Windows color (decimal): -388449 or 10425082. OLE color: 10425082.
HSL color Cylindrical-coordinate representation of color #FA129F: hue angle of 323.53º 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 #FA129F is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 159 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.02 |
| HSL | 323.53º | 0.96% | 0.53% | - |
| HSV(B) | 323.53º | 0.93% | 0.98% | - |
| XYZ | 45.9 | 23.26 | 34.87 | - |
| YUV | 103.44 | 159.36 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 159 | 0 | 0.93 | 0.36 | 0.02 | 323.53 | 0.96 | 0.53 |
| Hex | FA | 12 | 9F | 0 | 5D | 24 | 2 | 144 | 60 | 35 |
| Octal | 372 | 22 | 237 | 0 | 135 | 44 | 2 | 504 | 140 | 65 |
| Binary | 11111010 | 10010 | 10011111 | 0 | 1011101 | 100100 | 10 | 101000100 | 1100000 | 110101 |
Color Harmonies of #FA129F
Complementary color
Monochromatic Colors of #FA129F
Black with #FA129F
Text Example
Text Example
White with #FA129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA129F; }
p { color: rgb(250,18,159); }
H1.HeaderClassName
{
color: #FA129F;
}
.AnyTagClassName
{
color: #FA129F;
}
</style>
background-color css
<style>
a { background-color: #FA129F; }
a { background-color: rgb(250,18,159); }
div.DivClassName
{
background-color: #FA129F;
}
.BgClassName
{
background-color: #FA129F;
}
</style>
border-color css
<style>
span { border-color: #FA129F; }
span { border-color: rgb(250,18,159); }
td.TdClassName
{
border-color: #FA129F;
}
.TagClassName
{
border-color: #FA129F;
}
</style>