Shades of Deep Pink #FC048C
Tints of Deep Pink #FC048C
RGB
CMYK
RGB Variations
Color information
#FC048C (or 0xFC048C) is known color: Deep Pink. HEX triplet: FC, 04 and 8C. RGB value is (252,4,140). Sum of RGB (Red+Green+Blue) = 252+4+140=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 4 (1.95% from 255 or 1.01% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC048C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC048C is #03FB73. Grayscale: #5D5D5D. Windows color (decimal): -260980 or 9176316. OLE color: 9176316.
HSL color Cylindrical-coordinate representation of color #FC048C: hue angle of 327.1º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC048C is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 140 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.01 |
| HSL | 327.1º | 0.98% | 0.5% | - |
| HSV(B) | 327.1º | 0.98% | 0.99% | - |
| XYZ | 44.92 | 22.68 | 26.82 | - |
| YUV | 93.66 | 154.16 | 240.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 140 | 0 | 0.98 | 0.44 | 0.01 | 327.1 | 0.98 | 0.5 |
| Hex | FC | 4 | 8C | 0 | 62 | 2C | 1 | 147 | 62 | 32 |
| Octal | 374 | 4 | 214 | 0 | 142 | 54 | 1 | 507 | 142 | 62 |
| Binary | 11111100 | 100 | 10001100 | 0 | 1100010 | 101100 | 1 | 101000111 | 1100010 | 110010 |
Color Harmonies of #FC048C
Complementary color
Monochromatic Colors of #FC048C
Black with #FC048C
Text Example
Text Example
White with #FC048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC048C; }
p { color: rgb(252,4,140); }
H1.HeaderClassName
{
color: #FC048C;
}
.AnyTagClassName
{
color: #FC048C;
}
</style>
background-color css
<style>
a { background-color: #FC048C; }
a { background-color: rgb(252,4,140); }
div.DivClassName
{
background-color: #FC048C;
}
.BgClassName
{
background-color: #FC048C;
}
</style>
border-color css
<style>
span { border-color: #FC048C; }
span { border-color: rgb(252,4,140); }
td.TdClassName
{
border-color: #FC048C;
}
.TagClassName
{
border-color: #FC048C;
}
</style>