Shades of Pale Magenta #FF83E8
Tints of Pale Magenta #FF83E8
RGB
CMYK
RGB Variations
Color information
#FF83E8 (or 0xFF83E8) is known color: Pale Magenta. HEX triplet: FF, 83 and E8. RGB value is (255,131,232). Sum of RGB (Red+Green+Blue) = 255+131+232=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 131 (51.56% from 255 or 21.20% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF83E8 is #007C17. Grayscale: #B3B3B3. Windows color (decimal): -31768 or 15238143. OLE color: 15238143.
HSL color Cylindrical-coordinate representation of color #FF83E8: hue angle of 311.13º 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 #FF83E8 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 232 | - |
| CMYK | 0 | 0.49 | 0.09 | 0 |
| HSL | 311.13º | 1% | 0.76% | - |
| HSV(B) | 311.13º | 0.49% | 1% | - |
| XYZ | 63.92 | 43.32 | 81.34 | - |
| YUV | 179.59 | 157.58 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 232 | 0 | 0.49 | 0.09 | 0 | 311.13 | 1 | 0.76 |
| Hex | FF | 83 | E8 | 0 | 31 | 9 | 0 | 137 | 64 | 4C |
| Octal | 377 | 203 | 350 | 0 | 61 | 11 | 0 | 467 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11101000 | 0 | 110001 | 1001 | 0 | 100110111 | 1100100 | 1001100 |
Color Harmonies of #FF83E8
Complementary color
Monochromatic Colors of #FF83E8
Black with #FF83E8
Text Example
Text Example
White with #FF83E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83E8; }
p { color: rgb(255,131,232); }
H1.HeaderClassName
{
color: #FF83E8;
}
.AnyTagClassName
{
color: #FF83E8;
}
</style>
background-color css
<style>
a { background-color: #FF83E8; }
a { background-color: rgb(255,131,232); }
div.DivClassName
{
background-color: #FF83E8;
}
.BgClassName
{
background-color: #FF83E8;
}
</style>
border-color css
<style>
span { border-color: #FF83E8; }
span { border-color: rgb(255,131,232); }
td.TdClassName
{
border-color: #FF83E8;
}
.TagClassName
{
border-color: #FF83E8;
}
</style>