Shades of Deep Pink #FD118A
Tints of Deep Pink #FD118A
RGB
CMYK
RGB Variations
Color information
#FD118A (or 0xFD118A) is known color: Deep Pink. HEX triplet: FD, 11 and 8A. RGB value is (253,17,138). Sum of RGB (Red+Green+Blue) = 253+17+138=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD118A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD118A is #02EE75. Grayscale: #656565. Windows color (decimal): -192118 or 9048573. OLE color: 9048573.
HSL color Cylindrical-coordinate representation of color #FD118A: hue angle of 329.24º 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 #FD118A is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 138 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.01 |
| HSL | 329.24º | 0.98% | 0.53% | - |
| HSV(B) | 329.24º | 0.93% | 0.99% | - |
| XYZ | 45.3 | 23.12 | 26.12 | - |
| YUV | 101.36 | 148.69 | 236.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 138 | 0 | 0.93 | 0.45 | 0.01 | 329.24 | 0.98 | 0.53 |
| Hex | FD | 11 | 8A | 0 | 5D | 2D | 1 | 149 | 62 | 35 |
| Octal | 375 | 21 | 212 | 0 | 135 | 55 | 1 | 511 | 142 | 65 |
| Binary | 11111101 | 10001 | 10001010 | 0 | 1011101 | 101101 | 1 | 101001001 | 1100010 | 110101 |
Color Harmonies of #FD118A
Complementary color
Monochromatic Colors of #FD118A
Black with #FD118A
Text Example
Text Example
White with #FD118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD118A; }
p { color: rgb(253,17,138); }
H1.HeaderClassName
{
color: #FD118A;
}
.AnyTagClassName
{
color: #FD118A;
}
</style>
background-color css
<style>
a { background-color: #FD118A; }
a { background-color: rgb(253,17,138); }
div.DivClassName
{
background-color: #FD118A;
}
.BgClassName
{
background-color: #FD118A;
}
</style>
border-color css
<style>
span { border-color: #FD118A; }
span { border-color: rgb(253,17,138); }
td.TdClassName
{
border-color: #FD118A;
}
.TagClassName
{
border-color: #FD118A;
}
</style>