Shades of Pale Magenta #FC93ED
Tints of Pale Magenta #FC93ED
RGB
CMYK
RGB Variations
Color information
#FC93ED (or 0xFC93ED) is known color: Pale Magenta. HEX triplet: FC, 93 and ED. RGB value is (252,147,237). Sum of RGB (Red+Green+Blue) = 252+147+237=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 147 (57.81% from 255 or 23.11% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC93ED is #036C12. Grayscale: #BCBCBC. Windows color (decimal): -224275 or 15569916. OLE color: 15569916.
HSL color Cylindrical-coordinate representation of color #FC93ED: hue angle of 308.57º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC93ED is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 237 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.01 |
| HSL | 308.57º | 0.95% | 0.78% | - |
| HSV(B) | 308.57º | 0.42% | 0.99% | - |
| XYZ | 65.86 | 47.68 | 85.85 | - |
| YUV | 188.66 | 155.29 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 237 | 0 | 0.42 | 0.06 | 0.01 | 308.57 | 0.95 | 0.78 |
| Hex | FC | 93 | ED | 0 | 2A | 6 | 1 | 135 | 5F | 4E |
| Octal | 374 | 223 | 355 | 0 | 52 | 6 | 1 | 465 | 137 | 116 |
| Binary | 11111100 | 10010011 | 11101101 | 0 | 101010 | 110 | 1 | 100110101 | 1011111 | 1001110 |
Color Harmonies of #FC93ED
Complementary color
Monochromatic Colors of #FC93ED
Black with #FC93ED
Text Example
Text Example
White with #FC93ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC93ED; }
p { color: rgb(252,147,237); }
H1.HeaderClassName
{
color: #FC93ED;
}
.AnyTagClassName
{
color: #FC93ED;
}
</style>
background-color css
<style>
a { background-color: #FC93ED; }
a { background-color: rgb(252,147,237); }
div.DivClassName
{
background-color: #FC93ED;
}
.BgClassName
{
background-color: #FC93ED;
}
</style>
border-color css
<style>
span { border-color: #FC93ED; }
span { border-color: rgb(252,147,237); }
td.TdClassName
{
border-color: #FC93ED;
}
.TagClassName
{
border-color: #FC93ED;
}
</style>