Shades of Deep Pink #FD119F
Tints of Deep Pink #FD119F
RGB
CMYK
RGB Variations
Color information
#FD119F (or 0xFD119F) is known color: Deep Pink. HEX triplet: FD, 11 and 9F. RGB value is (253,17,159). Sum of RGB (Red+Green+Blue) = 253+17+159=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD119F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD119F is #02EE60. Grayscale: #676767. Windows color (decimal): -192097 or 10424829. OLE color: 10424829.
HSL color Cylindrical-coordinate representation of color #FD119F: hue angle of 323.9º 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 #FD119F is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 159 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.01 |
| HSL | 323.9º | 0.98% | 0.53% | - |
| HSV(B) | 323.9º | 0.93% | 0.99% | - |
| XYZ | 46.97 | 23.79 | 34.92 | - |
| YUV | 103.75 | 159.19 | 234.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 159 | 0 | 0.93 | 0.37 | 0.01 | 323.9 | 0.98 | 0.53 |
| Hex | FD | 11 | 9F | 0 | 5D | 25 | 1 | 144 | 62 | 35 |
| Octal | 375 | 21 | 237 | 0 | 135 | 45 | 1 | 504 | 142 | 65 |
| Binary | 11111101 | 10001 | 10011111 | 0 | 1011101 | 100101 | 1 | 101000100 | 1100010 | 110101 |
Color Harmonies of #FD119F
Complementary color
Monochromatic Colors of #FD119F
Black with #FD119F
Text Example
Text Example
White with #FD119F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD119F; }
p { color: rgb(253,17,159); }
H1.HeaderClassName
{
color: #FD119F;
}
.AnyTagClassName
{
color: #FD119F;
}
</style>
background-color css
<style>
a { background-color: #FD119F; }
a { background-color: rgb(253,17,159); }
div.DivClassName
{
background-color: #FD119F;
}
.BgClassName
{
background-color: #FD119F;
}
</style>
border-color css
<style>
span { border-color: #FD119F; }
span { border-color: rgb(253,17,159); }
td.TdClassName
{
border-color: #FD119F;
}
.TagClassName
{
border-color: #FD119F;
}
</style>