Shades of Deep Pink #FC107C
Tints of Deep Pink #FC107C
RGB
CMYK
RGB Variations
Color information
#FC107C (or 0xFC107C) is known color: Deep Pink. HEX triplet: FC, 10 and 7C. RGB value is (252,16,124). Sum of RGB (Red+Green+Blue) = 252+16+124=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC107C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC107C is #03EF83. Grayscale: #626262. Windows color (decimal): -257924 or 8130812. OLE color: 8130812.
HSL color Cylindrical-coordinate representation of color #FC107C: hue angle of 332.54º 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 #FC107C is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 124 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.01 |
| HSL | 332.54º | 0.98% | 0.53% | - |
| HSV(B) | 332.54º | 0.94% | 0.99% | - |
| XYZ | 43.97 | 22.52 | 21.1 | - |
| YUV | 98.88 | 142.19 | 237.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 124 | 0 | 0.94 | 0.51 | 0.01 | 332.54 | 0.98 | 0.53 |
| Hex | FC | 10 | 7C | 0 | 5E | 33 | 1 | 14D | 62 | 35 |
| Octal | 374 | 20 | 174 | 0 | 136 | 63 | 1 | 515 | 142 | 65 |
| Binary | 11111100 | 10000 | 1111100 | 0 | 1011110 | 110011 | 1 | 101001101 | 1100010 | 110101 |
Color Harmonies of #FC107C
Complementary color
Monochromatic Colors of #FC107C
Black with #FC107C
Text Example
Text Example
White with #FC107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC107C; }
p { color: rgb(252,16,124); }
H1.HeaderClassName
{
color: #FC107C;
}
.AnyTagClassName
{
color: #FC107C;
}
</style>
background-color css
<style>
a { background-color: #FC107C; }
a { background-color: rgb(252,16,124); }
div.DivClassName
{
background-color: #FC107C;
}
.BgClassName
{
background-color: #FC107C;
}
</style>
border-color css
<style>
span { border-color: #FC107C; }
span { border-color: rgb(252,16,124); }
td.TdClassName
{
border-color: #FC107C;
}
.TagClassName
{
border-color: #FC107C;
}
</style>