Shades of Pale Magenta #FF83E0
Tints of Pale Magenta #FF83E0
RGB
CMYK
RGB Variations
Color information
#FF83E0 (or 0xFF83E0) is known color: Pale Magenta. HEX triplet: FF, 83 and E0. RGB value is (255,131,224). Sum of RGB (Red+Green+Blue) = 255+131+224=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 131 (51.56% from 255 or 21.48% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83E0 is #007C1F. Grayscale: #B2B2B2. Windows color (decimal): -31776 or 14713855. OLE color: 14713855.
HSL color Cylindrical-coordinate representation of color #FF83E0: hue angle of 315º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF83E0 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 224 | - |
| CMYK | 0 | 0.49 | 0.12 | 0 |
| HSL | 315º | 1% | 0.76% | - |
| HSV(B) | 315º | 0.49% | 1% | - |
| XYZ | 62.81 | 42.87 | 75.49 | - |
| YUV | 178.68 | 153.58 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 224 | 0 | 0.49 | 0.12 | 0 | 315 | 1 | 0.76 |
| Hex | FF | 83 | E0 | 0 | 31 | C | 0 | 13B | 64 | 4C |
| Octal | 377 | 203 | 340 | 0 | 61 | 14 | 0 | 473 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11100000 | 0 | 110001 | 1100 | 0 | 100111011 | 1100100 | 1001100 |
Color Harmonies of #FF83E0
Complementary color
Monochromatic Colors of #FF83E0
Black with #FF83E0
Text Example
Text Example
White with #FF83E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83E0; }
p { color: rgb(255,131,224); }
H1.HeaderClassName
{
color: #FF83E0;
}
.AnyTagClassName
{
color: #FF83E0;
}
</style>
background-color css
<style>
a { background-color: #FF83E0; }
a { background-color: rgb(255,131,224); }
div.DivClassName
{
background-color: #FF83E0;
}
.BgClassName
{
background-color: #FF83E0;
}
</style>
border-color css
<style>
span { border-color: #FF83E0; }
span { border-color: rgb(255,131,224); }
td.TdClassName
{
border-color: #FF83E0;
}
.TagClassName
{
border-color: #FF83E0;
}
</style>