Shades of Deep Pink #FC108C
Tints of Deep Pink #FC108C
RGB
CMYK
RGB Variations
Color information
#FC108C (or 0xFC108C) is known color: Deep Pink. HEX triplet: FC, 10 and 8C. RGB value is (252,16,140). Sum of RGB (Red+Green+Blue) = 252+16+140=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 16 (6.64% from 255 or 3.92% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC108C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC108C is #03EF73. Grayscale: #646464. Windows color (decimal): -257908 or 9179388. OLE color: 9179388.
HSL color Cylindrical-coordinate representation of color #FC108C: hue angle of 328.47º 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 #FC108C is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 140 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.01 |
| HSL | 328.47º | 0.98% | 0.53% | - |
| HSV(B) | 328.47º | 0.94% | 0.99% | - |
| XYZ | 45.06 | 22.96 | 26.87 | - |
| YUV | 100.7 | 150.19 | 235.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 140 | 0 | 0.94 | 0.44 | 0.01 | 328.47 | 0.98 | 0.53 |
| Hex | FC | 10 | 8C | 0 | 5E | 2C | 1 | 148 | 62 | 35 |
| Octal | 374 | 20 | 214 | 0 | 136 | 54 | 1 | 510 | 142 | 65 |
| Binary | 11111100 | 10000 | 10001100 | 0 | 1011110 | 101100 | 1 | 101001000 | 1100010 | 110101 |
Color Harmonies of #FC108C
Complementary color
Monochromatic Colors of #FC108C
Black with #FC108C
Text Example
Text Example
White with #FC108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC108C; }
p { color: rgb(252,16,140); }
H1.HeaderClassName
{
color: #FC108C;
}
.AnyTagClassName
{
color: #FC108C;
}
</style>
background-color css
<style>
a { background-color: #FC108C; }
a { background-color: rgb(252,16,140); }
div.DivClassName
{
background-color: #FC108C;
}
.BgClassName
{
background-color: #FC108C;
}
</style>
border-color css
<style>
span { border-color: #FC108C; }
span { border-color: rgb(252,16,140); }
td.TdClassName
{
border-color: #FC108C;
}
.TagClassName
{
border-color: #FC108C;
}
</style>