Shades of Pale Magenta #FC7FF2
Tints of Pale Magenta #FC7FF2
RGB
CMYK
RGB Variations
Color information
#FC7FF2 (or 0xFC7FF2) is known color: Pale Magenta. HEX triplet: FC, 7F and F2. RGB value is (252,127,242). Sum of RGB (Red+Green+Blue) = 252+127+242=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 127 (50% from 255 or 20.45% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7FF2 is #03800D. Grayscale: #B1B1B1. Windows color (decimal): -229390 or 15892476. OLE color: 15892476.
HSL color Cylindrical-coordinate representation of color #FC7FF2: hue angle of 304.8º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7FF2 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 242 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.01 |
| HSL | 304.8º | 0.95% | 0.74% | - |
| HSV(B) | 304.8º | 0.5% | 0.99% | - |
| XYZ | 63.76 | 42.29 | 88.81 | - |
| YUV | 177.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 242 | 0 | 0.50 | 0.04 | 0.01 | 304.8 | 0.95 | 0.74 |
| Hex | FC | 7F | F2 | 0 | 32 | 4 | 1 | 131 | 5F | 4A |
| Octal | 374 | 177 | 362 | 0 | 62 | 4 | 1 | 461 | 137 | 112 |
| Binary | 11111100 | 1111111 | 11110010 | 0 | 110010 | 100 | 1 | 100110001 | 1011111 | 1001010 |
Color Harmonies of #FC7FF2
Complementary color
Monochromatic Colors of #FC7FF2
Black with #FC7FF2
Text Example
Text Example
White with #FC7FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7FF2; }
p { color: rgb(252,127,242); }
H1.HeaderClassName
{
color: #FC7FF2;
}
.AnyTagClassName
{
color: #FC7FF2;
}
</style>
background-color css
<style>
a { background-color: #FC7FF2; }
a { background-color: rgb(252,127,242); }
div.DivClassName
{
background-color: #FC7FF2;
}
.BgClassName
{
background-color: #FC7FF2;
}
</style>
border-color css
<style>
span { border-color: #FC7FF2; }
span { border-color: rgb(252,127,242); }
td.TdClassName
{
border-color: #FC7FF2;
}
.TagClassName
{
border-color: #FC7FF2;
}
</style>