Shades of Deep Pink #FC109D
Tints of Deep Pink #FC109D
RGB
CMYK
RGB Variations
Color information
#FC109D (or 0xFC109D) is known color: Deep Pink. HEX triplet: FC, 10 and 9D. RGB value is (252,16,157). Sum of RGB (Red+Green+Blue) = 252+16+157=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC109D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC109D is #03EF62. Grayscale: #666666. Windows color (decimal): -257891 or 10293500. OLE color: 10293500.
HSL color Cylindrical-coordinate representation of color #FC109D: hue angle of 324.15º 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 #FC109D is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 157 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.01 |
| HSL | 324.15º | 0.98% | 0.53% | - |
| HSV(B) | 324.15º | 0.94% | 0.99% | - |
| XYZ | 46.42 | 23.5 | 33.99 | - |
| YUV | 102.64 | 158.69 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 157 | 0 | 0.94 | 0.38 | 0.01 | 324.15 | 0.98 | 0.53 |
| Hex | FC | 10 | 9D | 0 | 5E | 26 | 1 | 144 | 62 | 35 |
| Octal | 374 | 20 | 235 | 0 | 136 | 46 | 1 | 504 | 142 | 65 |
| Binary | 11111100 | 10000 | 10011101 | 0 | 1011110 | 100110 | 1 | 101000100 | 1100010 | 110101 |
Color Harmonies of #FC109D
Complementary color
Monochromatic Colors of #FC109D
Black with #FC109D
Text Example
Text Example
White with #FC109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC109D; }
p { color: rgb(252,16,157); }
H1.HeaderClassName
{
color: #FC109D;
}
.AnyTagClassName
{
color: #FC109D;
}
</style>
background-color css
<style>
a { background-color: #FC109D; }
a { background-color: rgb(252,16,157); }
div.DivClassName
{
background-color: #FC109D;
}
.BgClassName
{
background-color: #FC109D;
}
</style>
border-color css
<style>
span { border-color: #FC109D; }
span { border-color: rgb(252,16,157); }
td.TdClassName
{
border-color: #FC109D;
}
.TagClassName
{
border-color: #FC109D;
}
</style>