Shades of Pale Magenta #FC85E6
Tints of Pale Magenta #FC85E6
RGB
CMYK
RGB Variations
Color information
#FC85E6 (or 0xFC85E6) is known color: Pale Magenta. HEX triplet: FC, 85 and E6. RGB value is (252,133,230). Sum of RGB (Red+Green+Blue) = 252+133+230=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 133 (52.34% from 255 or 21.63% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC85E6 is #037A19. Grayscale: #B3B3B3. Windows color (decimal): -227866 or 15107580. OLE color: 15107580.
HSL color Cylindrical-coordinate representation of color #FC85E6: hue angle of 311.09º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC85E6 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 230 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.01 |
| HSL | 311.09º | 0.95% | 0.75% | - |
| HSV(B) | 311.09º | 0.47% | 0.99% | - |
| XYZ | 62.82 | 43.18 | 79.89 | - |
| YUV | 179.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 230 | 0 | 0.47 | 0.09 | 0.01 | 311.09 | 0.95 | 0.75 |
| Hex | FC | 85 | E6 | 0 | 2F | 9 | 1 | 137 | 5F | 4B |
| Octal | 374 | 205 | 346 | 0 | 57 | 11 | 1 | 467 | 137 | 113 |
| Binary | 11111100 | 10000101 | 11100110 | 0 | 101111 | 1001 | 1 | 100110111 | 1011111 | 1001011 |
Color Harmonies of #FC85E6
Complementary color
Monochromatic Colors of #FC85E6
Black with #FC85E6
Text Example
Text Example
White with #FC85E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC85E6; }
p { color: rgb(252,133,230); }
H1.HeaderClassName
{
color: #FC85E6;
}
.AnyTagClassName
{
color: #FC85E6;
}
</style>
background-color css
<style>
a { background-color: #FC85E6; }
a { background-color: rgb(252,133,230); }
div.DivClassName
{
background-color: #FC85E6;
}
.BgClassName
{
background-color: #FC85E6;
}
</style>
border-color css
<style>
span { border-color: #FC85E6; }
span { border-color: rgb(252,133,230); }
td.TdClassName
{
border-color: #FC85E6;
}
.TagClassName
{
border-color: #FC85E6;
}
</style>