Shades of Deep Pink #FD118B
Tints of Deep Pink #FD118B
RGB
CMYK
RGB Variations
Color information
#FD118B (or 0xFD118B) is known color: Deep Pink. HEX triplet: FD, 11 and 8B. RGB value is (253,17,139). Sum of RGB (Red+Green+Blue) = 253+17+139=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD118B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD118B is #02EE74. Grayscale: #656565. Windows color (decimal): -192117 or 9114109. OLE color: 9114109.
HSL color Cylindrical-coordinate representation of color #FD118B: hue angle of 328.98º 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 #FD118B is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 139 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.01 |
| HSL | 328.98º | 0.98% | 0.53% | - |
| HSV(B) | 328.98º | 0.93% | 0.99% | - |
| XYZ | 45.37 | 23.15 | 26.5 | - |
| YUV | 101.47 | 149.19 | 236.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 139 | 0 | 0.93 | 0.45 | 0.01 | 328.98 | 0.98 | 0.53 |
| Hex | FD | 11 | 8B | 0 | 5D | 2D | 1 | 149 | 62 | 35 |
| Octal | 375 | 21 | 213 | 0 | 135 | 55 | 1 | 511 | 142 | 65 |
| Binary | 11111101 | 10001 | 10001011 | 0 | 1011101 | 101101 | 1 | 101001001 | 1100010 | 110101 |
Color Harmonies of #FD118B
Complementary color
Monochromatic Colors of #FD118B
Black with #FD118B
Text Example
Text Example
White with #FD118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD118B; }
p { color: rgb(253,17,139); }
H1.HeaderClassName
{
color: #FD118B;
}
.AnyTagClassName
{
color: #FD118B;
}
</style>
background-color css
<style>
a { background-color: #FD118B; }
a { background-color: rgb(253,17,139); }
div.DivClassName
{
background-color: #FD118B;
}
.BgClassName
{
background-color: #FD118B;
}
</style>
border-color css
<style>
span { border-color: #FD118B; }
span { border-color: rgb(253,17,139); }
td.TdClassName
{
border-color: #FD118B;
}
.TagClassName
{
border-color: #FD118B;
}
</style>