Shades of Deep Pink #FD109D
Tints of Deep Pink #FD109D
RGB
CMYK
RGB Variations
Color information
#FD109D (or 0xFD109D) is known color: Deep Pink. HEX triplet: FD, 10 and 9D. RGB value is (253,16,157). Sum of RGB (Red+Green+Blue) = 253+16+157=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FD109D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD109D is #02EF62. Grayscale: #666666. Windows color (decimal): -192355 or 10293501. OLE color: 10293501.
HSL color Cylindrical-coordinate representation of color #FD109D: hue angle of 324.3º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD109D is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 157 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.01 |
| HSL | 324.3º | 0.98% | 0.53% | - |
| HSV(B) | 324.3º | 0.94% | 0.99% | - |
| XYZ | 46.78 | 23.69 | 34 | - |
| YUV | 102.94 | 158.52 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 157 | 0 | 0.94 | 0.38 | 0.01 | 324.3 | 0.98 | 0.53 |
| Hex | FD | 10 | 9D | 0 | 5E | 26 | 1 | 144 | 62 | 35 |
| Octal | 375 | 20 | 235 | 0 | 136 | 46 | 1 | 504 | 142 | 65 |
| Binary | 11111101 | 10000 | 10011101 | 0 | 1011110 | 100110 | 1 | 101000100 | 1100010 | 110101 |
Color Harmonies of #FD109D
Complementary color
Monochromatic Colors of #FD109D
Black with #FD109D
Text Example
Text Example
White with #FD109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD109D; }
p { color: rgb(253,16,157); }
H1.HeaderClassName
{
color: #FD109D;
}
.AnyTagClassName
{
color: #FD109D;
}
</style>
background-color css
<style>
a { background-color: #FD109D; }
a { background-color: rgb(253,16,157); }
div.DivClassName
{
background-color: #FD109D;
}
.BgClassName
{
background-color: #FD109D;
}
</style>
border-color css
<style>
span { border-color: #FD109D; }
span { border-color: rgb(253,16,157); }
td.TdClassName
{
border-color: #FD109D;
}
.TagClassName
{
border-color: #FD109D;
}
</style>