Shades of Pale Magenta #FF83ED
Tints of Pale Magenta #FF83ED
RGB
CMYK
RGB Variations
Color information
#FF83ED (or 0xFF83ED) is known color: Pale Magenta. HEX triplet: FF, 83 and ED. RGB value is (255,131,237). Sum of RGB (Red+Green+Blue) = 255+131+237=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 131 (51.56% from 255 or 21.03% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF83ED is #007C12. Grayscale: #B3B3B3. Windows color (decimal): -31763 or 15565823. OLE color: 15565823.
HSL color Cylindrical-coordinate representation of color #FF83ED: hue angle of 308.71º 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 #FF83ED is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 237 | - |
| CMYK | 0 | 0.49 | 0.07 | 0 |
| HSL | 308.71º | 1% | 0.76% | - |
| HSV(B) | 308.71º | 0.49% | 1% | - |
| XYZ | 64.64 | 43.61 | 85.13 | - |
| YUV | 180.16 | 160.08 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 237 | 0 | 0.49 | 0.07 | 0 | 308.71 | 1 | 0.76 |
| Hex | FF | 83 | ED | 0 | 31 | 7 | 0 | 135 | 64 | 4C |
| Octal | 377 | 203 | 355 | 0 | 61 | 7 | 0 | 465 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11101101 | 0 | 110001 | 111 | 0 | 100110101 | 1100100 | 1001100 |
Color Harmonies of #FF83ED
Complementary color
Monochromatic Colors of #FF83ED
Black with #FF83ED
Text Example
Text Example
White with #FF83ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83ED; }
p { color: rgb(255,131,237); }
H1.HeaderClassName
{
color: #FF83ED;
}
.AnyTagClassName
{
color: #FF83ED;
}
</style>
background-color css
<style>
a { background-color: #FF83ED; }
a { background-color: rgb(255,131,237); }
div.DivClassName
{
background-color: #FF83ED;
}
.BgClassName
{
background-color: #FF83ED;
}
</style>
border-color css
<style>
span { border-color: #FF83ED; }
span { border-color: rgb(255,131,237); }
td.TdClassName
{
border-color: #FF83ED;
}
.TagClassName
{
border-color: #FF83ED;
}
</style>