Shades of Deep Pink #FC107D
Tints of Deep Pink #FC107D
RGB
CMYK
RGB Variations
Color information
#FC107D (or 0xFC107D) is known color: Deep Pink. HEX triplet: FC, 10 and 7D. RGB value is (252,16,125). Sum of RGB (Red+Green+Blue) = 252+16+125=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 16 (6.64% from 255 or 4.07% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC107D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC107D is #03EF82. Grayscale: #626262. Windows color (decimal): -257923 or 8196348. OLE color: 8196348.
HSL color Cylindrical-coordinate representation of color #FC107D: hue angle of 332.29º 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 #FC107D is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 125 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.01 |
| HSL | 332.29º | 0.98% | 0.53% | - |
| HSV(B) | 332.29º | 0.94% | 0.99% | - |
| XYZ | 44.03 | 22.55 | 21.43 | - |
| YUV | 98.99 | 142.69 | 237.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 125 | 0 | 0.94 | 0.50 | 0.01 | 332.29 | 0.98 | 0.53 |
| Hex | FC | 10 | 7D | 0 | 5E | 32 | 1 | 14C | 62 | 35 |
| Octal | 374 | 20 | 175 | 0 | 136 | 62 | 1 | 514 | 142 | 65 |
| Binary | 11111100 | 10000 | 1111101 | 0 | 1011110 | 110010 | 1 | 101001100 | 1100010 | 110101 |
Color Harmonies of #FC107D
Complementary color
Monochromatic Colors of #FC107D
Black with #FC107D
Text Example
Text Example
White with #FC107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC107D; }
p { color: rgb(252,16,125); }
H1.HeaderClassName
{
color: #FC107D;
}
.AnyTagClassName
{
color: #FC107D;
}
</style>
background-color css
<style>
a { background-color: #FC107D; }
a { background-color: rgb(252,16,125); }
div.DivClassName
{
background-color: #FC107D;
}
.BgClassName
{
background-color: #FC107D;
}
</style>
border-color css
<style>
span { border-color: #FC107D; }
span { border-color: rgb(252,16,125); }
td.TdClassName
{
border-color: #FC107D;
}
.TagClassName
{
border-color: #FC107D;
}
</style>