Shades of Deep Pink #FF129F
Tints of Deep Pink #FF129F
RGB
CMYK
RGB Variations
Color information
#FF129F (or 0xFF129F) is known color: Deep Pink. HEX triplet: FF, 12 and 9F. RGB value is (255,18,159). Sum of RGB (Red+Green+Blue) = 255+18+159=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF129F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF129F is #00ED60. Grayscale: #686868. Windows color (decimal): -60769 or 10425087. OLE color: 10425087.
HSL color Cylindrical-coordinate representation of color #FF129F: hue angle of 324.3º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF129F is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 159 | - |
| CMYK | 0 | 0.93 | 0.38 | 0 |
| HSL | 324.3º | 1% | 0.54% | - |
| HSV(B) | 324.3º | 0.93% | 1% | - |
| XYZ | 47.71 | 24.2 | 34.96 | - |
| YUV | 104.94 | 158.52 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 159 | 0 | 0.93 | 0.38 | 0 | 324.3 | 1 | 0.54 |
| Hex | FF | 12 | 9F | 0 | 5D | 26 | 0 | 144 | 64 | 36 |
| Octal | 377 | 22 | 237 | 0 | 135 | 46 | 0 | 504 | 144 | 66 |
| Binary | 11111111 | 10010 | 10011111 | 0 | 1011101 | 100110 | 0 | 101000100 | 1100100 | 110110 |
Color Harmonies of #FF129F
Complementary color
Monochromatic Colors of #FF129F
Black with #FF129F
Text Example
Text Example
White with #FF129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF129F; }
p { color: rgb(255,18,159); }
H1.HeaderClassName
{
color: #FF129F;
}
.AnyTagClassName
{
color: #FF129F;
}
</style>
background-color css
<style>
a { background-color: #FF129F; }
a { background-color: rgb(255,18,159); }
div.DivClassName
{
background-color: #FF129F;
}
.BgClassName
{
background-color: #FF129F;
}
</style>
border-color css
<style>
span { border-color: #FF129F; }
span { border-color: rgb(255,18,159); }
td.TdClassName
{
border-color: #FF129F;
}
.TagClassName
{
border-color: #FF129F;
}
</style>