Shades of Deep Pink #FC037E
Tints of Deep Pink #FC037E
RGB
CMYK
RGB Variations
Color information
#FC037E (or 0xFC037E) is known color: Deep Pink. HEX triplet: FC, 03 and 7E. RGB value is (252,3,126). Sum of RGB (Red+Green+Blue) = 252+3+126=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC037E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC037E is #03FC81. Grayscale: #5B5B5B. Windows color (decimal): -261250 or 8258556. OLE color: 8258556.
HSL color Cylindrical-coordinate representation of color #FC037E: hue angle of 330.36º 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 #FC037E is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 126 | - |
| CMYK | 0 | 0.99 | 0.5 | 0.01 |
| HSL | 330.36º | 0.98% | 0.5% | - |
| HSV(B) | 330.36º | 0.99% | 0.99% | - |
| XYZ | 43.94 | 22.27 | 21.72 | - |
| YUV | 91.47 | 147.49 | 242.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 126 | 0 | 0.99 | 0.5 | 0.01 | 330.36 | 0.98 | 0.5 |
| Hex | FC | 3 | 7E | 0 | 63 | 32 | 1 | 14A | 62 | 32 |
| Octal | 374 | 3 | 176 | 0 | 143 | 62 | 1 | 512 | 142 | 62 |
| Binary | 11111100 | 11 | 1111110 | 0 | 1100011 | 110010 | 1 | 101001010 | 1100010 | 110010 |
Color Harmonies of #FC037E
Complementary color
Monochromatic Colors of #FC037E
Black with #FC037E
Text Example
Text Example
White with #FC037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC037E; }
p { color: rgb(252,3,126); }
H1.HeaderClassName
{
color: #FC037E;
}
.AnyTagClassName
{
color: #FC037E;
}
</style>
background-color css
<style>
a { background-color: #FC037E; }
a { background-color: rgb(252,3,126); }
div.DivClassName
{
background-color: #FC037E;
}
.BgClassName
{
background-color: #FC037E;
}
</style>
border-color css
<style>
span { border-color: #FC037E; }
span { border-color: rgb(252,3,126); }
td.TdClassName
{
border-color: #FC037E;
}
.TagClassName
{
border-color: #FC037E;
}
</style>