Shades of Pale Magenta #FC77E6
Tints of Pale Magenta #FC77E6
RGB
CMYK
RGB Variations
Color information
#FC77E6 (or 0xFC77E6) is known color: Pale Magenta. HEX triplet: FC, 77 and E6. RGB value is (252,119,230). Sum of RGB (Red+Green+Blue) = 252+119+230=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 119 (46.88% from 255 or 19.80% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC77E6 is #038819. Grayscale: #ABABAB. Windows color (decimal): -231450 or 15103996. OLE color: 15103996.
HSL color Cylindrical-coordinate representation of color #FC77E6: hue angle of 309.92º 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 #FC77E6 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 230 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.01 |
| HSL | 309.92º | 0.96% | 0.73% | - |
| HSV(B) | 309.92º | 0.53% | 0.99% | - |
| XYZ | 61.02 | 39.6 | 79.29 | - |
| YUV | 171.42 | 161.06 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 230 | 0 | 0.53 | 0.09 | 0.01 | 309.92 | 0.96 | 0.73 |
| Hex | FC | 77 | E6 | 0 | 35 | 9 | 1 | 136 | 60 | 49 |
| Octal | 374 | 167 | 346 | 0 | 65 | 11 | 1 | 466 | 140 | 111 |
| Binary | 11111100 | 1110111 | 11100110 | 0 | 110101 | 1001 | 1 | 100110110 | 1100000 | 1001001 |
Color Harmonies of #FC77E6
Complementary color
Monochromatic Colors of #FC77E6
Black with #FC77E6
Text Example
Text Example
White with #FC77E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC77E6; }
p { color: rgb(252,119,230); }
H1.HeaderClassName
{
color: #FC77E6;
}
.AnyTagClassName
{
color: #FC77E6;
}
</style>
background-color css
<style>
a { background-color: #FC77E6; }
a { background-color: rgb(252,119,230); }
div.DivClassName
{
background-color: #FC77E6;
}
.BgClassName
{
background-color: #FC77E6;
}
</style>
border-color css
<style>
span { border-color: #FC77E6; }
span { border-color: rgb(252,119,230); }
td.TdClassName
{
border-color: #FC77E6;
}
.TagClassName
{
border-color: #FC77E6;
}
</style>