Shades of Pale Magenta #FC82DF
Tints of Pale Magenta #FC82DF
RGB
CMYK
RGB Variations
Color information
#FC82DF (or 0xFC82DF) is known color: Pale Magenta. HEX triplet: FC, 82 and DF. RGB value is (252,130,223). Sum of RGB (Red+Green+Blue) = 252+130+223=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 130 (51.17% from 255 or 21.49% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC82DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC82DF is #037D20. Grayscale: #B0B0B0. Windows color (decimal): -228641 or 14648060. OLE color: 14648060.
HSL color Cylindrical-coordinate representation of color #FC82DF: hue angle of 314.26º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FC82DF is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 223 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.01 |
| HSL | 314.26º | 0.95% | 0.75% | - |
| HSV(B) | 314.26º | 0.48% | 0.99% | - |
| XYZ | 61.45 | 41.99 | 74.68 | - |
| YUV | 177.08 | 153.92 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 223 | 0 | 0.48 | 0.12 | 0.01 | 314.26 | 0.95 | 0.75 |
| Hex | FC | 82 | DF | 0 | 30 | C | 1 | 13A | 5F | 4B |
| Octal | 374 | 202 | 337 | 0 | 60 | 14 | 1 | 472 | 137 | 113 |
| Binary | 11111100 | 10000010 | 11011111 | 0 | 110000 | 1100 | 1 | 100111010 | 1011111 | 1001011 |
Color Harmonies of #FC82DF
Complementary color
Monochromatic Colors of #FC82DF
Black with #FC82DF
Text Example
Text Example
White with #FC82DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC82DF; }
p { color: rgb(252,130,223); }
H1.HeaderClassName
{
color: #FC82DF;
}
.AnyTagClassName
{
color: #FC82DF;
}
</style>
background-color css
<style>
a { background-color: #FC82DF; }
a { background-color: rgb(252,130,223); }
div.DivClassName
{
background-color: #FC82DF;
}
.BgClassName
{
background-color: #FC82DF;
}
</style>
border-color css
<style>
span { border-color: #FC82DF; }
span { border-color: rgb(252,130,223); }
td.TdClassName
{
border-color: #FC82DF;
}
.TagClassName
{
border-color: #FC82DF;
}
</style>