Shades of Pale Magenta #FC73E2
Tints of Pale Magenta #FC73E2
RGB
CMYK
RGB Variations
Color information
#FC73E2 (or 0xFC73E2) is known color: Pale Magenta. HEX triplet: FC, 73 and E2. RGB value is (252,115,226). Sum of RGB (Red+Green+Blue) = 252+115+226=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 115 (45.31% from 255 or 19.39% from 593); Blue value is 226 (88.67% from 255 or 38.11% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC73E2 is #038C1D. Grayscale: #A8A8A8. Windows color (decimal): -232478 or 14840828. OLE color: 14840828.
HSL color Cylindrical-coordinate representation of color #FC73E2: hue angle of 311.39º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC73E2 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 226 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.01 |
| HSL | 311.39º | 0.96% | 0.72% | - |
| HSV(B) | 311.39º | 0.54% | 0.99% | - |
| XYZ | 60 | 38.45 | 76.21 | - |
| YUV | 168.62 | 160.39 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 226 | 0 | 0.54 | 0.10 | 0.01 | 311.39 | 0.96 | 0.72 |
| Hex | FC | 73 | E2 | 0 | 36 | A | 1 | 137 | 60 | 48 |
| Octal | 374 | 163 | 342 | 0 | 66 | 12 | 1 | 467 | 140 | 110 |
| Binary | 11111100 | 1110011 | 11100010 | 0 | 110110 | 1010 | 1 | 100110111 | 1100000 | 1001000 |
Color Harmonies of #FC73E2
Complementary color
Monochromatic Colors of #FC73E2
Black with #FC73E2
Text Example
Text Example
White with #FC73E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73E2; }
p { color: rgb(252,115,226); }
H1.HeaderClassName
{
color: #FC73E2;
}
.AnyTagClassName
{
color: #FC73E2;
}
</style>
background-color css
<style>
a { background-color: #FC73E2; }
a { background-color: rgb(252,115,226); }
div.DivClassName
{
background-color: #FC73E2;
}
.BgClassName
{
background-color: #FC73E2;
}
</style>
border-color css
<style>
span { border-color: #FC73E2; }
span { border-color: rgb(252,115,226); }
td.TdClassName
{
border-color: #FC73E2;
}
.TagClassName
{
border-color: #FC73E2;
}
</style>