Shades of Pale Magenta #FC77EE
Tints of Pale Magenta #FC77EE
RGB
CMYK
RGB Variations
Color information
#FC77EE (or 0xFC77EE) is known color: Pale Magenta. HEX triplet: FC, 77 and EE. RGB value is (252,119,238). Sum of RGB (Red+Green+Blue) = 252+119+238=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 119 (46.88% from 255 or 19.54% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC77EE is #038811. Grayscale: #ABABAB. Windows color (decimal): -231442 or 15628284. OLE color: 15628284.
HSL color Cylindrical-coordinate representation of color #FC77EE: hue angle of 306.32º 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 #FC77EE is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 238 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.01 |
| HSL | 306.32º | 0.96% | 0.73% | - |
| HSV(B) | 306.32º | 0.53% | 0.99% | - |
| XYZ | 62.17 | 40.06 | 85.34 | - |
| YUV | 172.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 238 | 0 | 0.53 | 0.06 | 0.01 | 306.32 | 0.96 | 0.73 |
| Hex | FC | 77 | EE | 0 | 35 | 6 | 1 | 132 | 60 | 49 |
| Octal | 374 | 167 | 356 | 0 | 65 | 6 | 1 | 462 | 140 | 111 |
| Binary | 11111100 | 1110111 | 11101110 | 0 | 110101 | 110 | 1 | 100110010 | 1100000 | 1001001 |
Color Harmonies of #FC77EE
Complementary color
Monochromatic Colors of #FC77EE
Black with #FC77EE
Text Example
Text Example
White with #FC77EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC77EE; }
p { color: rgb(252,119,238); }
H1.HeaderClassName
{
color: #FC77EE;
}
.AnyTagClassName
{
color: #FC77EE;
}
</style>
background-color css
<style>
a { background-color: #FC77EE; }
a { background-color: rgb(252,119,238); }
div.DivClassName
{
background-color: #FC77EE;
}
.BgClassName
{
background-color: #FC77EE;
}
</style>
border-color css
<style>
span { border-color: #FC77EE; }
span { border-color: rgb(252,119,238); }
td.TdClassName
{
border-color: #FC77EE;
}
.TagClassName
{
border-color: #FC77EE;
}
</style>