Shades of Deep Pink #FC108A
Tints of Deep Pink #FC108A
RGB
CMYK
RGB Variations
Color information
#FC108A (or 0xFC108A) is known color: Deep Pink. HEX triplet: FC, 10 and 8A. RGB value is (252,16,138). Sum of RGB (Red+Green+Blue) = 252+16+138=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC108A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC108A is #03EF75. Grayscale: #646464. Windows color (decimal): -257910 or 9048316. OLE color: 9048316.
HSL color Cylindrical-coordinate representation of color #FC108A: 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.94%. Process color model (Four color, CMYK) of #FC108A is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 138 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.01 |
| HSL | 328.98º | 0.98% | 0.53% | - |
| HSV(B) | 328.98º | 0.94% | 0.99% | - |
| XYZ | 44.92 | 22.9 | 26.1 | - |
| YUV | 100.47 | 149.19 | 236.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 138 | 0 | 0.94 | 0.45 | 0.01 | 328.98 | 0.98 | 0.53 |
| Hex | FC | 10 | 8A | 0 | 5E | 2D | 1 | 149 | 62 | 35 |
| Octal | 374 | 20 | 212 | 0 | 136 | 55 | 1 | 511 | 142 | 65 |
| Binary | 11111100 | 10000 | 10001010 | 0 | 1011110 | 101101 | 1 | 101001001 | 1100010 | 110101 |
Color Harmonies of #FC108A
Complementary color
Monochromatic Colors of #FC108A
Black with #FC108A
Text Example
Text Example
White with #FC108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC108A; }
p { color: rgb(252,16,138); }
H1.HeaderClassName
{
color: #FC108A;
}
.AnyTagClassName
{
color: #FC108A;
}
</style>
background-color css
<style>
a { background-color: #FC108A; }
a { background-color: rgb(252,16,138); }
div.DivClassName
{
background-color: #FC108A;
}
.BgClassName
{
background-color: #FC108A;
}
</style>
border-color css
<style>
span { border-color: #FC108A; }
span { border-color: rgb(252,16,138); }
td.TdClassName
{
border-color: #FC108A;
}
.TagClassName
{
border-color: #FC108A;
}
</style>