Shades of Pale Magenta #FF83E5
Tints of Pale Magenta #FF83E5
RGB
CMYK
RGB Variations
Color information
#FF83E5 (or 0xFF83E5) is known color: Pale Magenta. HEX triplet: FF, 83 and E5. RGB value is (255,131,229). Sum of RGB (Red+Green+Blue) = 255+131+229=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 131 (51.56% from 255 or 21.30% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF83E5 is #007C1A. Grayscale: #B2B2B2. Windows color (decimal): -31771 or 15041535. OLE color: 15041535.
HSL color Cylindrical-coordinate representation of color #FF83E5: hue angle of 312.58º 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 #FF83E5 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 229 | - |
| CMYK | 0 | 0.49 | 0.10 | 0 |
| HSL | 312.58º | 1% | 0.76% | - |
| HSV(B) | 312.58º | 0.49% | 1% | - |
| XYZ | 63.5 | 43.15 | 79.11 | - |
| YUV | 179.25 | 156.08 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 229 | 0 | 0.49 | 0.10 | 0 | 312.58 | 1 | 0.76 |
| Hex | FF | 83 | E5 | 0 | 31 | A | 0 | 139 | 64 | 4C |
| Octal | 377 | 203 | 345 | 0 | 61 | 12 | 0 | 471 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11100101 | 0 | 110001 | 1010 | 0 | 100111001 | 1100100 | 1001100 |
Color Harmonies of #FF83E5
Complementary color
Monochromatic Colors of #FF83E5
Black with #FF83E5
Text Example
Text Example
White with #FF83E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83E5; }
p { color: rgb(255,131,229); }
H1.HeaderClassName
{
color: #FF83E5;
}
.AnyTagClassName
{
color: #FF83E5;
}
</style>
background-color css
<style>
a { background-color: #FF83E5; }
a { background-color: rgb(255,131,229); }
div.DivClassName
{
background-color: #FF83E5;
}
.BgClassName
{
background-color: #FF83E5;
}
</style>
border-color css
<style>
span { border-color: #FF83E5; }
span { border-color: rgb(255,131,229); }
td.TdClassName
{
border-color: #FF83E5;
}
.TagClassName
{
border-color: #FF83E5;
}
</style>