Shades of Deep Pink #FC0781
Tints of Deep Pink #FC0781
RGB
CMYK
RGB Variations
Color information
#FC0781 (or 0xFC0781) is known color: Deep Pink. HEX triplet: FC, 07 and 81. RGB value is (252,7,129). Sum of RGB (Red+Green+Blue) = 252+7+129=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0781 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0781 is #03F87E. Grayscale: #5D5D5D. Windows color (decimal): -260223 or 8456188. OLE color: 8456188.
HSL color Cylindrical-coordinate representation of color #FC0781: hue angle of 330.12º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0781 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 129 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.01 |
| HSL | 330.12º | 0.98% | 0.51% | - |
| HSV(B) | 330.12º | 0.97% | 0.99% | - |
| XYZ | 44.18 | 22.43 | 22.77 | - |
| YUV | 94.16 | 147.67 | 240.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 129 | 0 | 0.97 | 0.49 | 0.01 | 330.12 | 0.98 | 0.51 |
| Hex | FC | 7 | 81 | 0 | 61 | 31 | 1 | 14A | 62 | 33 |
| Octal | 374 | 7 | 201 | 0 | 141 | 61 | 1 | 512 | 142 | 63 |
| Binary | 11111100 | 111 | 10000001 | 0 | 1100001 | 110001 | 1 | 101001010 | 1100010 | 110011 |
Color Harmonies of #FC0781
Complementary color
Monochromatic Colors of #FC0781
Black with #FC0781
Text Example
Text Example
White with #FC0781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0781; }
p { color: rgb(252,7,129); }
H1.HeaderClassName
{
color: #FC0781;
}
.AnyTagClassName
{
color: #FC0781;
}
</style>
background-color css
<style>
a { background-color: #FC0781; }
a { background-color: rgb(252,7,129); }
div.DivClassName
{
background-color: #FC0781;
}
.BgClassName
{
background-color: #FC0781;
}
</style>
border-color css
<style>
span { border-color: #FC0781; }
span { border-color: rgb(252,7,129); }
td.TdClassName
{
border-color: #FC0781;
}
.TagClassName
{
border-color: #FC0781;
}
</style>