Shades of Deep Pink #FD1289
Tints of Deep Pink #FD1289
RGB
CMYK
RGB Variations
Color information
#FD1289 (or 0xFD1289) is known color: Deep Pink. HEX triplet: FD, 12 and 89. RGB value is (253,18,137). Sum of RGB (Red+Green+Blue) = 253+18+137=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1289 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1289 is #02ED76. Grayscale: #656565. Windows color (decimal): -191863 or 8983293. OLE color: 8983293.
HSL color Cylindrical-coordinate representation of color #FD1289: hue angle of 329.62º 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 #FD1289 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 137 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.01 |
| HSL | 329.62º | 0.98% | 0.53% | - |
| HSV(B) | 329.62º | 0.93% | 0.99% | - |
| XYZ | 45.24 | 23.12 | 25.75 | - |
| YUV | 101.83 | 147.86 | 235.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 137 | 0 | 0.93 | 0.46 | 0.01 | 329.62 | 0.98 | 0.53 |
| Hex | FD | 12 | 89 | 0 | 5D | 2E | 1 | 14A | 62 | 35 |
| Octal | 375 | 22 | 211 | 0 | 135 | 56 | 1 | 512 | 142 | 65 |
| Binary | 11111101 | 10010 | 10001001 | 0 | 1011101 | 101110 | 1 | 101001010 | 1100010 | 110101 |
Color Harmonies of #FD1289
Complementary color
Monochromatic Colors of #FD1289
Black with #FD1289
Text Example
Text Example
White with #FD1289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1289; }
p { color: rgb(253,18,137); }
H1.HeaderClassName
{
color: #FD1289;
}
.AnyTagClassName
{
color: #FD1289;
}
</style>
background-color css
<style>
a { background-color: #FD1289; }
a { background-color: rgb(253,18,137); }
div.DivClassName
{
background-color: #FD1289;
}
.BgClassName
{
background-color: #FD1289;
}
</style>
border-color css
<style>
span { border-color: #FD1289; }
span { border-color: rgb(253,18,137); }
td.TdClassName
{
border-color: #FD1289;
}
.TagClassName
{
border-color: #FD1289;
}
</style>