Shades of Deep Pink #FC077B
Tints of Deep Pink #FC077B
RGB
CMYK
RGB Variations
Color information
#FC077B (or 0xFC077B) is known color: Deep Pink. HEX triplet: FC, 07 and 7B. RGB value is (252,7,123). Sum of RGB (Red+Green+Blue) = 252+7+123=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC077B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC077B is #03F884. Grayscale: #5D5D5D. Windows color (decimal): -260229 or 8062972. OLE color: 8062972.
HSL color Cylindrical-coordinate representation of color #FC077B: hue angle of 331.59º 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 #FC077B is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 7 | 123 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.01 |
| HSL | 331.59º | 0.98% | 0.51% | - |
| HSV(B) | 331.59º | 0.97% | 0.99% | - |
| XYZ | 43.8 | 22.28 | 20.73 | - |
| YUV | 93.48 | 144.67 | 241.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 7 | 123 | 0 | 0.97 | 0.51 | 0.01 | 331.59 | 0.98 | 0.51 |
| Hex | FC | 7 | 7B | 0 | 61 | 33 | 1 | 14C | 62 | 33 |
| Octal | 374 | 7 | 173 | 0 | 141 | 63 | 1 | 514 | 142 | 63 |
| Binary | 11111100 | 111 | 1111011 | 0 | 1100001 | 110011 | 1 | 101001100 | 1100010 | 110011 |
Color Harmonies of #FC077B
Complementary color
Monochromatic Colors of #FC077B
Black with #FC077B
Text Example
Text Example
White with #FC077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC077B; }
p { color: rgb(252,7,123); }
H1.HeaderClassName
{
color: #FC077B;
}
.AnyTagClassName
{
color: #FC077B;
}
</style>
background-color css
<style>
a { background-color: #FC077B; }
a { background-color: rgb(252,7,123); }
div.DivClassName
{
background-color: #FC077B;
}
.BgClassName
{
background-color: #FC077B;
}
</style>
border-color css
<style>
span { border-color: #FC077B; }
span { border-color: rgb(252,7,123); }
td.TdClassName
{
border-color: #FC077B;
}
.TagClassName
{
border-color: #FC077B;
}
</style>