Shades of Deep Pink #FF129A
Tints of Deep Pink #FF129A
RGB
CMYK
RGB Variations
Color information
#FF129A (or 0xFF129A) is known color: Deep Pink. HEX triplet: FF, 12 and 9A. RGB value is (255,18,154). Sum of RGB (Red+Green+Blue) = 255+18+154=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF129A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF129A is #00ED65. Grayscale: #686868. Windows color (decimal): -60774 or 10097407. OLE color: 10097407.
HSL color Cylindrical-coordinate representation of color #FF129A: hue angle of 325.57º 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 #FF129A is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 154 | - |
| CMYK | 0 | 0.93 | 0.40 | 0 |
| HSL | 325.57º | 1% | 0.54% | - |
| HSV(B) | 325.57º | 0.93% | 1% | - |
| XYZ | 47.29 | 24.03 | 32.72 | - |
| YUV | 104.37 | 156.02 | 235.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 154 | 0 | 0.93 | 0.40 | 0 | 325.57 | 1 | 0.54 |
| Hex | FF | 12 | 9A | 0 | 5D | 28 | 0 | 146 | 64 | 36 |
| Octal | 377 | 22 | 232 | 0 | 135 | 50 | 0 | 506 | 144 | 66 |
| Binary | 11111111 | 10010 | 10011010 | 0 | 1011101 | 101000 | 0 | 101000110 | 1100100 | 110110 |
Color Harmonies of #FF129A
Complementary color
Monochromatic Colors of #FF129A
Black with #FF129A
Text Example
Text Example
White with #FF129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF129A; }
p { color: rgb(255,18,154); }
H1.HeaderClassName
{
color: #FF129A;
}
.AnyTagClassName
{
color: #FF129A;
}
</style>
background-color css
<style>
a { background-color: #FF129A; }
a { background-color: rgb(255,18,154); }
div.DivClassName
{
background-color: #FF129A;
}
.BgClassName
{
background-color: #FF129A;
}
</style>
border-color css
<style>
span { border-color: #FF129A; }
span { border-color: rgb(255,18,154); }
td.TdClassName
{
border-color: #FF129A;
}
.TagClassName
{
border-color: #FF129A;
}
</style>