Shades of Deep Pink #FD129B
Tints of Deep Pink #FD129B
RGB
CMYK
RGB Variations
Color information
#FD129B (or 0xFD129B) is known color: Deep Pink. HEX triplet: FD, 12 and 9B. RGB value is (253,18,155). Sum of RGB (Red+Green+Blue) = 253+18+155=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FD129B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD129B is #02ED64. Grayscale: #676767. Windows color (decimal): -191845 or 10162941. OLE color: 10162941.
HSL color Cylindrical-coordinate representation of color #FD129B: hue angle of 325.02º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD129B is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 155 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.01 |
| HSL | 325.02º | 0.98% | 0.53% | - |
| HSV(B) | 325.02º | 0.93% | 0.99% | - |
| XYZ | 46.64 | 23.68 | 33.12 | - |
| YUV | 103.88 | 156.86 | 234.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 155 | 0 | 0.93 | 0.39 | 0.01 | 325.02 | 0.98 | 0.53 |
| Hex | FD | 12 | 9B | 0 | 5D | 27 | 1 | 145 | 62 | 35 |
| Octal | 375 | 22 | 233 | 0 | 135 | 47 | 1 | 505 | 142 | 65 |
| Binary | 11111101 | 10010 | 10011011 | 0 | 1011101 | 100111 | 1 | 101000101 | 1100010 | 110101 |
Color Harmonies of #FD129B
Complementary color
Monochromatic Colors of #FD129B
Black with #FD129B
Text Example
Text Example
White with #FD129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD129B; }
p { color: rgb(253,18,155); }
H1.HeaderClassName
{
color: #FD129B;
}
.AnyTagClassName
{
color: #FD129B;
}
</style>
background-color css
<style>
a { background-color: #FD129B; }
a { background-color: rgb(253,18,155); }
div.DivClassName
{
background-color: #FD129B;
}
.BgClassName
{
background-color: #FD129B;
}
</style>
border-color css
<style>
span { border-color: #FD129B; }
span { border-color: rgb(253,18,155); }
td.TdClassName
{
border-color: #FD129B;
}
.TagClassName
{
border-color: #FD129B;
}
</style>