Shades of Pale Magenta #FC73E6
Tints of Pale Magenta #FC73E6
RGB
CMYK
RGB Variations
Color information
#FC73E6 (or 0xFC73E6) is known color: Pale Magenta. HEX triplet: FC, 73 and E6. RGB value is (252,115,230). Sum of RGB (Red+Green+Blue) = 252+115+230=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 115 (45.31% from 255 or 19.26% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC73E6 is #038C19. Grayscale: #A8A8A8. Windows color (decimal): -232474 or 15102972. OLE color: 15102972.
HSL color Cylindrical-coordinate representation of color #FC73E6: hue angle of 309.64º 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 #FC73E6 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 230 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.01 |
| HSL | 309.64º | 0.96% | 0.72% | - |
| HSV(B) | 309.64º | 0.54% | 0.99% | - |
| XYZ | 60.56 | 38.67 | 79.14 | - |
| YUV | 169.07 | 162.39 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 230 | 0 | 0.54 | 0.09 | 0.01 | 309.64 | 0.96 | 0.72 |
| Hex | FC | 73 | E6 | 0 | 36 | 9 | 1 | 136 | 60 | 48 |
| Octal | 374 | 163 | 346 | 0 | 66 | 11 | 1 | 466 | 140 | 110 |
| Binary | 11111100 | 1110011 | 11100110 | 0 | 110110 | 1001 | 1 | 100110110 | 1100000 | 1001000 |
Color Harmonies of #FC73E6
Complementary color
Monochromatic Colors of #FC73E6
Black with #FC73E6
Text Example
Text Example
White with #FC73E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73E6; }
p { color: rgb(252,115,230); }
H1.HeaderClassName
{
color: #FC73E6;
}
.AnyTagClassName
{
color: #FC73E6;
}
</style>
background-color css
<style>
a { background-color: #FC73E6; }
a { background-color: rgb(252,115,230); }
div.DivClassName
{
background-color: #FC73E6;
}
.BgClassName
{
background-color: #FC73E6;
}
</style>
border-color css
<style>
span { border-color: #FC73E6; }
span { border-color: rgb(252,115,230); }
td.TdClassName
{
border-color: #FC73E6;
}
.TagClassName
{
border-color: #FC73E6;
}
</style>