Shades of Deep Pink #FC037A
Tints of Deep Pink #FC037A
RGB
CMYK
RGB Variations
Color information
#FC037A (or 0xFC037A) is known color: Deep Pink. HEX triplet: FC, 03 and 7A. RGB value is (252,3,122). Sum of RGB (Red+Green+Blue) = 252+3+122=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC037A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC037A is #03FC85. Grayscale: #5A5A5A. Windows color (decimal): -261254 or 7996412. OLE color: 7996412.
HSL color Cylindrical-coordinate representation of color #FC037A: hue angle of 331.33º 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 #FC037A is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 122 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.01 |
| HSL | 331.33º | 0.98% | 0.5% | - |
| HSV(B) | 331.33º | 0.99% | 0.99% | - |
| XYZ | 43.69 | 22.17 | 20.39 | - |
| YUV | 91.02 | 145.49 | 242.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 122 | 0 | 0.99 | 0.52 | 0.01 | 331.33 | 0.98 | 0.5 |
| Hex | FC | 3 | 7A | 0 | 63 | 34 | 1 | 14B | 62 | 32 |
| Octal | 374 | 3 | 172 | 0 | 143 | 64 | 1 | 513 | 142 | 62 |
| Binary | 11111100 | 11 | 1111010 | 0 | 1100011 | 110100 | 1 | 101001011 | 1100010 | 110010 |
Color Harmonies of #FC037A
Complementary color
Monochromatic Colors of #FC037A
Black with #FC037A
Text Example
Text Example
White with #FC037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC037A; }
p { color: rgb(252,3,122); }
H1.HeaderClassName
{
color: #FC037A;
}
.AnyTagClassName
{
color: #FC037A;
}
</style>
background-color css
<style>
a { background-color: #FC037A; }
a { background-color: rgb(252,3,122); }
div.DivClassName
{
background-color: #FC037A;
}
.BgClassName
{
background-color: #FC037A;
}
</style>
border-color css
<style>
span { border-color: #FC037A; }
span { border-color: rgb(252,3,122); }
td.TdClassName
{
border-color: #FC037A;
}
.TagClassName
{
border-color: #FC037A;
}
</style>