Shades of Pale Magenta #FC77E0
Tints of Pale Magenta #FC77E0
RGB
CMYK
RGB Variations
Color information
#FC77E0 (or 0xFC77E0) is known color: Pale Magenta. HEX triplet: FC, 77 and E0. RGB value is (252,119,224). Sum of RGB (Red+Green+Blue) = 252+119+224=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 119 (46.88% from 255 or 20% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77E0 is #03881F. Grayscale: #AAAAAA. Windows color (decimal): -231456 or 14710780. OLE color: 14710780.
HSL color Cylindrical-coordinate representation of color #FC77E0: hue angle of 312.63º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC77E0 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 224 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.01 |
| HSL | 312.63º | 0.96% | 0.73% | - |
| HSV(B) | 312.63º | 0.53% | 0.99% | - |
| XYZ | 60.2 | 39.27 | 74.93 | - |
| YUV | 170.74 | 158.06 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 224 | 0 | 0.53 | 0.11 | 0.01 | 312.63 | 0.96 | 0.73 |
| Hex | FC | 77 | E0 | 0 | 35 | B | 1 | 139 | 60 | 49 |
| Octal | 374 | 167 | 340 | 0 | 65 | 13 | 1 | 471 | 140 | 111 |
| Binary | 11111100 | 1110111 | 11100000 | 0 | 110101 | 1011 | 1 | 100111001 | 1100000 | 1001001 |
Color Harmonies of #FC77E0
Complementary color
Monochromatic Colors of #FC77E0
Black with #FC77E0
Text Example
Text Example
White with #FC77E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC77E0; }
p { color: rgb(252,119,224); }
H1.HeaderClassName
{
color: #FC77E0;
}
.AnyTagClassName
{
color: #FC77E0;
}
</style>
background-color css
<style>
a { background-color: #FC77E0; }
a { background-color: rgb(252,119,224); }
div.DivClassName
{
background-color: #FC77E0;
}
.BgClassName
{
background-color: #FC77E0;
}
</style>
border-color css
<style>
span { border-color: #FC77E0; }
span { border-color: rgb(252,119,224); }
td.TdClassName
{
border-color: #FC77E0;
}
.TagClassName
{
border-color: #FC77E0;
}
</style>