Shades of Pale Magenta #FC83DF
Tints of Pale Magenta #FC83DF
RGB
CMYK
RGB Variations
Color information
#FC83DF (or 0xFC83DF) is known color: Pale Magenta. HEX triplet: FC, 83 and DF. RGB value is (252,131,223). Sum of RGB (Red+Green+Blue) = 252+131+223=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 131 (51.56% from 255 or 21.62% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC83DF is #037C20. Grayscale: #B1B1B1. Windows color (decimal): -228385 or 14648316. OLE color: 14648316.
HSL color Cylindrical-coordinate representation of color #FC83DF: hue angle of 314.38º 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 #FC83DF is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 223 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.01 |
| HSL | 314.38º | 0.95% | 0.75% | - |
| HSV(B) | 314.38º | 0.48% | 0.99% | - |
| XYZ | 61.58 | 42.26 | 74.72 | - |
| YUV | 177.67 | 153.59 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 223 | 0 | 0.48 | 0.12 | 0.01 | 314.38 | 0.95 | 0.75 |
| Hex | FC | 83 | DF | 0 | 30 | C | 1 | 13A | 5F | 4B |
| Octal | 374 | 203 | 337 | 0 | 60 | 14 | 1 | 472 | 137 | 113 |
| Binary | 11111100 | 10000011 | 11011111 | 0 | 110000 | 1100 | 1 | 100111010 | 1011111 | 1001011 |
Color Harmonies of #FC83DF
Complementary color
Monochromatic Colors of #FC83DF
Black with #FC83DF
Text Example
Text Example
White with #FC83DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC83DF; }
p { color: rgb(252,131,223); }
H1.HeaderClassName
{
color: #FC83DF;
}
.AnyTagClassName
{
color: #FC83DF;
}
</style>
background-color css
<style>
a { background-color: #FC83DF; }
a { background-color: rgb(252,131,223); }
div.DivClassName
{
background-color: #FC83DF;
}
.BgClassName
{
background-color: #FC83DF;
}
</style>
border-color css
<style>
span { border-color: #FC83DF; }
span { border-color: rgb(252,131,223); }
td.TdClassName
{
border-color: #FC83DF;
}
.TagClassName
{
border-color: #FC83DF;
}
</style>