Shades of Deep Pink #FC0677
Tints of Deep Pink #FC0677
RGB
CMYK
RGB Variations
Color information
#FC0677 (or 0xFC0677) is known color: Deep Pink. HEX triplet: FC, 06 and 77. RGB value is (252,6,119). Sum of RGB (Red+Green+Blue) = 252+6+119=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0677 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0677 is #03F988. Grayscale: #5C5C5C. Windows color (decimal): -260489 or 7800572. OLE color: 7800572.
HSL color Cylindrical-coordinate representation of color #FC0677: hue angle of 332.44º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC0677 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 119 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.01 |
| HSL | 332.44º | 0.98% | 0.51% | - |
| HSV(B) | 332.44º | 0.98% | 0.99% | - |
| XYZ | 43.54 | 22.16 | 19.43 | - |
| YUV | 92.44 | 143 | 241.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 119 | 0 | 0.98 | 0.53 | 0.01 | 332.44 | 0.98 | 0.51 |
| Hex | FC | 6 | 77 | 0 | 62 | 35 | 1 | 14C | 62 | 33 |
| Octal | 374 | 6 | 167 | 0 | 142 | 65 | 1 | 514 | 142 | 63 |
| Binary | 11111100 | 110 | 1110111 | 0 | 1100010 | 110101 | 1 | 101001100 | 1100010 | 110011 |
Color Harmonies of #FC0677
Complementary color
Monochromatic Colors of #FC0677
Black with #FC0677
Text Example
Text Example
White with #FC0677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0677; }
p { color: rgb(252,6,119); }
H1.HeaderClassName
{
color: #FC0677;
}
.AnyTagClassName
{
color: #FC0677;
}
</style>
background-color css
<style>
a { background-color: #FC0677; }
a { background-color: rgb(252,6,119); }
div.DivClassName
{
background-color: #FC0677;
}
.BgClassName
{
background-color: #FC0677;
}
</style>
border-color css
<style>
span { border-color: #FC0677; }
span { border-color: rgb(252,6,119); }
td.TdClassName
{
border-color: #FC0677;
}
.TagClassName
{
border-color: #FC0677;
}
</style>