Shades of Pale Magenta #FC78E8
Tints of Pale Magenta #FC78E8
RGB
CMYK
RGB Variations
Color information
#FC78E8 (or 0xFC78E8) is known color: Pale Magenta. HEX triplet: FC, 78 and E8. RGB value is (252,120,232). Sum of RGB (Red+Green+Blue) = 252+120+232=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 120 (47.27% from 255 or 19.87% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FC78E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC78E8 is #038717. Grayscale: #ABABAB. Windows color (decimal): -231192 or 15235324. OLE color: 15235324.
HSL color Cylindrical-coordinate representation of color #FC78E8: hue angle of 309.09º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC78E8 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 232 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.01 |
| HSL | 309.09º | 0.96% | 0.73% | - |
| HSV(B) | 309.09º | 0.52% | 0.99% | - |
| XYZ | 61.43 | 39.95 | 80.82 | - |
| YUV | 172.24 | 161.73 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 232 | 0 | 0.52 | 0.08 | 0.01 | 309.09 | 0.96 | 0.73 |
| Hex | FC | 78 | E8 | 0 | 34 | 8 | 1 | 135 | 60 | 49 |
| Octal | 374 | 170 | 350 | 0 | 64 | 10 | 1 | 465 | 140 | 111 |
| Binary | 11111100 | 1111000 | 11101000 | 0 | 110100 | 1000 | 1 | 100110101 | 1100000 | 1001001 |
Color Harmonies of #FC78E8
Complementary color
Monochromatic Colors of #FC78E8
Black with #FC78E8
Text Example
Text Example
White with #FC78E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC78E8; }
p { color: rgb(252,120,232); }
H1.HeaderClassName
{
color: #FC78E8;
}
.AnyTagClassName
{
color: #FC78E8;
}
</style>
background-color css
<style>
a { background-color: #FC78E8; }
a { background-color: rgb(252,120,232); }
div.DivClassName
{
background-color: #FC78E8;
}
.BgClassName
{
background-color: #FC78E8;
}
</style>
border-color css
<style>
span { border-color: #FC78E8; }
span { border-color: rgb(252,120,232); }
td.TdClassName
{
border-color: #FC78E8;
}
.TagClassName
{
border-color: #FC78E8;
}
</style>