Shades of Deep Pink #FF129D
Tints of Deep Pink #FF129D
RGB
CMYK
RGB Variations
Color information
#FF129D (or 0xFF129D) is known color: Deep Pink. HEX triplet: FF, 12 and 9D. RGB value is (255,18,157). Sum of RGB (Red+Green+Blue) = 255+18+157=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF129D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF129D is #00ED62. Grayscale: #686868. Windows color (decimal): -60771 or 10294015. OLE color: 10294015.
HSL color Cylindrical-coordinate representation of color #FF129D: hue angle of 324.81º 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 #FF129D is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 157 | - |
| CMYK | 0 | 0.93 | 0.38 | 0 |
| HSL | 324.81º | 1% | 0.54% | - |
| HSV(B) | 324.81º | 0.93% | 1% | - |
| XYZ | 47.54 | 24.13 | 34.05 | - |
| YUV | 104.71 | 157.52 | 235.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 157 | 0 | 0.93 | 0.38 | 0 | 324.81 | 1 | 0.54 |
| Hex | FF | 12 | 9D | 0 | 5D | 26 | 0 | 145 | 64 | 36 |
| Octal | 377 | 22 | 235 | 0 | 135 | 46 | 0 | 505 | 144 | 66 |
| Binary | 11111111 | 10010 | 10011101 | 0 | 1011101 | 100110 | 0 | 101000101 | 1100100 | 110110 |
Color Harmonies of #FF129D
Complementary color
Monochromatic Colors of #FF129D
Black with #FF129D
Text Example
Text Example
White with #FF129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF129D; }
p { color: rgb(255,18,157); }
H1.HeaderClassName
{
color: #FF129D;
}
.AnyTagClassName
{
color: #FF129D;
}
</style>
background-color css
<style>
a { background-color: #FF129D; }
a { background-color: rgb(255,18,157); }
div.DivClassName
{
background-color: #FF129D;
}
.BgClassName
{
background-color: #FF129D;
}
</style>
border-color css
<style>
span { border-color: #FF129D; }
span { border-color: rgb(255,18,157); }
td.TdClassName
{
border-color: #FF129D;
}
.TagClassName
{
border-color: #FF129D;
}
</style>