Shades of Deep Pink #FC077A
Tints of Deep Pink #FC077A
RGB
CMYK
RGB Variations
Color information
#FC077A (or 0xFC077A) is known color: Deep Pink. HEX triplet: FC, 07 and 7A. RGB value is (252,7,122). Sum of RGB (Red+Green+Blue) = 252+7+122=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC077A is #03F885. Grayscale: #5D5D5D. Windows color (decimal): -260230 or 7997436. OLE color: 7997436.
HSL color Cylindrical-coordinate representation of color #FC077A: hue angle of 331.84º 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 #FC077A is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.01 |
| HSL | 331.84º | 0.98% | 0.51% | - |
| HSV(B) | 331.84º | 0.97% | 0.99% | - |
| XYZ | 43.73 | 22.25 | 20.4 | - |
| YUV | 93.37 | 144.17 | 241.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 122 | 0 | 0.97 | 0.52 | 0.01 | 331.84 | 0.98 | 0.51 |
| Hex | FC | 7 | 7A | 0 | 61 | 34 | 1 | 14C | 62 | 33 |
| Octal | 374 | 7 | 172 | 0 | 141 | 64 | 1 | 514 | 142 | 63 |
| Binary | 11111100 | 111 | 1111010 | 0 | 1100001 | 110100 | 1 | 101001100 | 1100010 | 110011 |
Color Harmonies of #FC077A
Complementary color
Monochromatic Colors of #FC077A
Black with #FC077A
Text Example
Text Example
White with #FC077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC077A; }
p { color: rgb(252,7,122); }
H1.HeaderClassName
{
color: #FC077A;
}
.AnyTagClassName
{
color: #FC077A;
}
</style>
background-color css
<style>
a { background-color: #FC077A; }
a { background-color: rgb(252,7,122); }
div.DivClassName
{
background-color: #FC077A;
}
.BgClassName
{
background-color: #FC077A;
}
</style>
border-color css
<style>
span { border-color: #FC077A; }
span { border-color: rgb(252,7,122); }
td.TdClassName
{
border-color: #FC077A;
}
.TagClassName
{
border-color: #FC077A;
}
</style>