Shades of Deep Pink #FC0481
Tints of Deep Pink #FC0481
RGB
CMYK
RGB Variations
Color information
#FC0481 (or 0xFC0481) is known color: Deep Pink. HEX triplet: FC, 04 and 81. RGB value is (252,4,129). Sum of RGB (Red+Green+Blue) = 252+4+129=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0481 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0481 is #03FB7E. Grayscale: #5C5C5C. Windows color (decimal): -260991 or 8455420. OLE color: 8455420.
HSL color Cylindrical-coordinate representation of color #FC0481: hue angle of 329.76º 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 #FC0481 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 129 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.01 |
| HSL | 329.76º | 0.98% | 0.5% | - |
| HSV(B) | 329.76º | 0.98% | 0.99% | - |
| XYZ | 44.15 | 22.37 | 22.76 | - |
| YUV | 92.4 | 148.66 | 241.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 129 | 0 | 0.98 | 0.49 | 0.01 | 329.76 | 0.98 | 0.5 |
| Hex | FC | 4 | 81 | 0 | 62 | 31 | 1 | 14A | 62 | 32 |
| Octal | 374 | 4 | 201 | 0 | 142 | 61 | 1 | 512 | 142 | 62 |
| Binary | 11111100 | 100 | 10000001 | 0 | 1100010 | 110001 | 1 | 101001010 | 1100010 | 110010 |
Color Harmonies of #FC0481
Complementary color
Monochromatic Colors of #FC0481
Black with #FC0481
Text Example
Text Example
White with #FC0481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0481; }
p { color: rgb(252,4,129); }
H1.HeaderClassName
{
color: #FC0481;
}
.AnyTagClassName
{
color: #FC0481;
}
</style>
background-color css
<style>
a { background-color: #FC0481; }
a { background-color: rgb(252,4,129); }
div.DivClassName
{
background-color: #FC0481;
}
.BgClassName
{
background-color: #FC0481;
}
</style>
border-color css
<style>
span { border-color: #FC0481; }
span { border-color: rgb(252,4,129); }
td.TdClassName
{
border-color: #FC0481;
}
.TagClassName
{
border-color: #FC0481;
}
</style>