Shades of Pale Magenta #FC8CF1
Tints of Pale Magenta #FC8CF1
RGB
CMYK
RGB Variations
Color information
#FC8CF1 (or 0xFC8CF1) is known color: Pale Magenta. HEX triplet: FC, 8C and F1. RGB value is (252,140,241). Sum of RGB (Red+Green+Blue) = 252+140+241=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 140 (55.08% from 255 or 22.12% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8CF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8CF1 is #03730E. Grayscale: #B8B8B8. Windows color (decimal): -226063 or 15830268. OLE color: 15830268.
HSL color Cylindrical-coordinate representation of color #FC8CF1: hue angle of 305.89º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8CF1 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 241 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.01 |
| HSL | 305.89º | 0.95% | 0.77% | - |
| HSV(B) | 305.89º | 0.44% | 0.99% | - |
| XYZ | 65.4 | 45.8 | 88.61 | - |
| YUV | 185 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 241 | 0 | 0.44 | 0.04 | 0.01 | 305.89 | 0.95 | 0.77 |
| Hex | FC | 8C | F1 | 0 | 2C | 4 | 1 | 132 | 5F | 4D |
| Octal | 374 | 214 | 361 | 0 | 54 | 4 | 1 | 462 | 137 | 115 |
| Binary | 11111100 | 10001100 | 11110001 | 0 | 101100 | 100 | 1 | 100110010 | 1011111 | 1001101 |
Color Harmonies of #FC8CF1
Complementary color
Monochromatic Colors of #FC8CF1
Black with #FC8CF1
Text Example
Text Example
White with #FC8CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8CF1; }
p { color: rgb(252,140,241); }
H1.HeaderClassName
{
color: #FC8CF1;
}
.AnyTagClassName
{
color: #FC8CF1;
}
</style>
background-color css
<style>
a { background-color: #FC8CF1; }
a { background-color: rgb(252,140,241); }
div.DivClassName
{
background-color: #FC8CF1;
}
.BgClassName
{
background-color: #FC8CF1;
}
</style>
border-color css
<style>
span { border-color: #FC8CF1; }
span { border-color: rgb(252,140,241); }
td.TdClassName
{
border-color: #FC8CF1;
}
.TagClassName
{
border-color: #FC8CF1;
}
</style>