Shades of Deep Pink #FC037F
Tints of Deep Pink #FC037F
RGB
CMYK
RGB Variations
Color information
#FC037F (or 0xFC037F) is known color: Deep Pink. HEX triplet: FC, 03 and 7F. RGB value is (252,3,127). Sum of RGB (Red+Green+Blue) = 252+3+127=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC037F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC037F is #03FC80. Grayscale: #5B5B5B. Windows color (decimal): -261249 or 8324092. OLE color: 8324092.
HSL color Cylindrical-coordinate representation of color #FC037F: hue angle of 330.12º 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 #FC037F is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 127 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.01 |
| HSL | 330.12º | 0.98% | 0.5% | - |
| HSV(B) | 330.12º | 0.99% | 0.99% | - |
| XYZ | 44.01 | 22.29 | 22.06 | - |
| YUV | 91.59 | 147.99 | 242.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 127 | 0 | 0.99 | 0.50 | 0.01 | 330.12 | 0.98 | 0.5 |
| Hex | FC | 3 | 7F | 0 | 63 | 32 | 1 | 14A | 62 | 32 |
| Octal | 374 | 3 | 177 | 0 | 143 | 62 | 1 | 512 | 142 | 62 |
| Binary | 11111100 | 11 | 1111111 | 0 | 1100011 | 110010 | 1 | 101001010 | 1100010 | 110010 |
Color Harmonies of #FC037F
Complementary color
Monochromatic Colors of #FC037F
Black with #FC037F
Text Example
Text Example
White with #FC037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC037F; }
p { color: rgb(252,3,127); }
H1.HeaderClassName
{
color: #FC037F;
}
.AnyTagClassName
{
color: #FC037F;
}
</style>
background-color css
<style>
a { background-color: #FC037F; }
a { background-color: rgb(252,3,127); }
div.DivClassName
{
background-color: #FC037F;
}
.BgClassName
{
background-color: #FC037F;
}
</style>
border-color css
<style>
span { border-color: #FC037F; }
span { border-color: rgb(252,3,127); }
td.TdClassName
{
border-color: #FC037F;
}
.TagClassName
{
border-color: #FC037F;
}
</style>