Shades of Deep Pink #FC048A
Tints of Deep Pink #FC048A
RGB
CMYK
RGB Variations
Color information
#FC048A (or 0xFC048A) is known color: Deep Pink. HEX triplet: FC, 04 and 8A. RGB value is (252,4,138). Sum of RGB (Red+Green+Blue) = 252+4+138=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 4 (1.95% from 255 or 1.02% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC048A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC048A is #03FB75. Grayscale: #5D5D5D. Windows color (decimal): -260982 or 9045244. OLE color: 9045244.
HSL color Cylindrical-coordinate representation of color #FC048A: hue angle of 327.58º 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 #FC048A is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.01 |
| HSL | 327.58º | 0.98% | 0.5% | - |
| HSV(B) | 327.58º | 0.98% | 0.99% | - |
| XYZ | 44.78 | 22.62 | 26.05 | - |
| YUV | 93.43 | 153.16 | 241.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 138 | 0 | 0.98 | 0.45 | 0.01 | 327.58 | 0.98 | 0.5 |
| Hex | FC | 4 | 8A | 0 | 62 | 2D | 1 | 148 | 62 | 32 |
| Octal | 374 | 4 | 212 | 0 | 142 | 55 | 1 | 510 | 142 | 62 |
| Binary | 11111100 | 100 | 10001010 | 0 | 1100010 | 101101 | 1 | 101001000 | 1100010 | 110010 |
Color Harmonies of #FC048A
Complementary color
Monochromatic Colors of #FC048A
Black with #FC048A
Text Example
Text Example
White with #FC048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC048A; }
p { color: rgb(252,4,138); }
H1.HeaderClassName
{
color: #FC048A;
}
.AnyTagClassName
{
color: #FC048A;
}
</style>
background-color css
<style>
a { background-color: #FC048A; }
a { background-color: rgb(252,4,138); }
div.DivClassName
{
background-color: #FC048A;
}
.BgClassName
{
background-color: #FC048A;
}
</style>
border-color css
<style>
span { border-color: #FC048A; }
span { border-color: rgb(252,4,138); }
td.TdClassName
{
border-color: #FC048A;
}
.TagClassName
{
border-color: #FC048A;
}
</style>