Shades of Deep Pink #FC037C
Tints of Deep Pink #FC037C
RGB
CMYK
RGB Variations
Color information
#FC037C (or 0xFC037C) is known color: Deep Pink. HEX triplet: FC, 03 and 7C. RGB value is (252,3,124). Sum of RGB (Red+Green+Blue) = 252+3+124=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC037C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC037C is #03FC83. Grayscale: #5B5B5B. Windows color (decimal): -261252 or 8127484. OLE color: 8127484.
HSL color Cylindrical-coordinate representation of color #FC037C: hue angle of 330.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC037C is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 124 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.01 |
| HSL | 330.84º | 0.98% | 0.5% | - |
| HSV(B) | 330.84º | 0.99% | 0.99% | - |
| XYZ | 43.82 | 22.22 | 21.05 | - |
| YUV | 91.25 | 146.49 | 242.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 124 | 0 | 0.99 | 0.51 | 0.01 | 330.84 | 0.98 | 0.5 |
| Hex | FC | 3 | 7C | 0 | 63 | 33 | 1 | 14B | 62 | 32 |
| Octal | 374 | 3 | 174 | 0 | 143 | 63 | 1 | 513 | 142 | 62 |
| Binary | 11111100 | 11 | 1111100 | 0 | 1100011 | 110011 | 1 | 101001011 | 1100010 | 110010 |
Color Harmonies of #FC037C
Complementary color
Monochromatic Colors of #FC037C
Black with #FC037C
Text Example
Text Example
White with #FC037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC037C; }
p { color: rgb(252,3,124); }
H1.HeaderClassName
{
color: #FC037C;
}
.AnyTagClassName
{
color: #FC037C;
}
</style>
background-color css
<style>
a { background-color: #FC037C; }
a { background-color: rgb(252,3,124); }
div.DivClassName
{
background-color: #FC037C;
}
.BgClassName
{
background-color: #FC037C;
}
</style>
border-color css
<style>
span { border-color: #FC037C; }
span { border-color: rgb(252,3,124); }
td.TdClassName
{
border-color: #FC037C;
}
.TagClassName
{
border-color: #FC037C;
}
</style>