Shades of Deep Pink #FC048E
Tints of Deep Pink #FC048E
RGB
CMYK
RGB Variations
Color information
#FC048E (or 0xFC048E) is known color: Deep Pink. HEX triplet: FC, 04 and 8E. RGB value is (252,4,142). Sum of RGB (Red+Green+Blue) = 252+4+142=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC048E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC048E is #03FB71. Grayscale: #5D5D5D. Windows color (decimal): -260978 or 9307388. OLE color: 9307388.
HSL color Cylindrical-coordinate representation of color #FC048E: hue angle of 326.61º 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 #FC048E is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 142 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.01 |
| HSL | 326.61º | 0.98% | 0.5% | - |
| HSV(B) | 326.61º | 0.98% | 0.99% | - |
| XYZ | 45.07 | 22.74 | 27.6 | - |
| YUV | 93.88 | 155.16 | 240.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 142 | 0 | 0.98 | 0.44 | 0.01 | 326.61 | 0.98 | 0.5 |
| Hex | FC | 4 | 8E | 0 | 62 | 2C | 1 | 147 | 62 | 32 |
| Octal | 374 | 4 | 216 | 0 | 142 | 54 | 1 | 507 | 142 | 62 |
| Binary | 11111100 | 100 | 10001110 | 0 | 1100010 | 101100 | 1 | 101000111 | 1100010 | 110010 |
Color Harmonies of #FC048E
Complementary color
Monochromatic Colors of #FC048E
Black with #FC048E
Text Example
Text Example
White with #FC048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC048E; }
p { color: rgb(252,4,142); }
H1.HeaderClassName
{
color: #FC048E;
}
.AnyTagClassName
{
color: #FC048E;
}
</style>
background-color css
<style>
a { background-color: #FC048E; }
a { background-color: rgb(252,4,142); }
div.DivClassName
{
background-color: #FC048E;
}
.BgClassName
{
background-color: #FC048E;
}
</style>
border-color css
<style>
span { border-color: #FC048E; }
span { border-color: rgb(252,4,142); }
td.TdClassName
{
border-color: #FC048E;
}
.TagClassName
{
border-color: #FC048E;
}
</style>