Shades of Pale Magenta #FC83F0
Tints of Pale Magenta #FC83F0
RGB
CMYK
RGB Variations
Color information
#FC83F0 (or 0xFC83F0) is known color: Pale Magenta. HEX triplet: FC, 83 and F0. RGB value is (252,131,240). Sum of RGB (Red+Green+Blue) = 252+131+240=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 131 (51.56% from 255 or 21.03% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FC83F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC83F0 is #037C0F. Grayscale: #B3B3B3. Windows color (decimal): -228368 or 15762428. OLE color: 15762428.
HSL color Cylindrical-coordinate representation of color #FC83F0: hue angle of 305.95º 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 #FC83F0 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 240 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.01 |
| HSL | 305.95º | 0.95% | 0.75% | - |
| HSV(B) | 305.95º | 0.48% | 0.99% | - |
| XYZ | 63.99 | 43.22 | 87.41 | - |
| YUV | 179.61 | 162.09 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 240 | 0 | 0.48 | 0.05 | 0.01 | 305.95 | 0.95 | 0.75 |
| Hex | FC | 83 | F0 | 0 | 30 | 5 | 1 | 132 | 5F | 4B |
| Octal | 374 | 203 | 360 | 0 | 60 | 5 | 1 | 462 | 137 | 113 |
| Binary | 11111100 | 10000011 | 11110000 | 0 | 110000 | 101 | 1 | 100110010 | 1011111 | 1001011 |
Color Harmonies of #FC83F0
Complementary color
Monochromatic Colors of #FC83F0
Black with #FC83F0
Text Example
Text Example
White with #FC83F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC83F0; }
p { color: rgb(252,131,240); }
H1.HeaderClassName
{
color: #FC83F0;
}
.AnyTagClassName
{
color: #FC83F0;
}
</style>
background-color css
<style>
a { background-color: #FC83F0; }
a { background-color: rgb(252,131,240); }
div.DivClassName
{
background-color: #FC83F0;
}
.BgClassName
{
background-color: #FC83F0;
}
</style>
border-color css
<style>
span { border-color: #FC83F0; }
span { border-color: rgb(252,131,240); }
td.TdClassName
{
border-color: #FC83F0;
}
.TagClassName
{
border-color: #FC83F0;
}
</style>