Shades of Pale Magenta #FF83E6
Tints of Pale Magenta #FF83E6
RGB
CMYK
RGB Variations
Color information
#FF83E6 (or 0xFF83E6) is known color: Pale Magenta. HEX triplet: FF, 83 and E6. RGB value is (255,131,230). Sum of RGB (Red+Green+Blue) = 255+131+230=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 131 (51.56% from 255 or 21.27% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF83E6 is #007C19. Grayscale: #B3B3B3. Windows color (decimal): -31770 or 15107071. OLE color: 15107071.
HSL color Cylindrical-coordinate representation of color #FF83E6: hue angle of 312.1º 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 #FF83E6 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 230 | - |
| CMYK | 0 | 0.49 | 0.10 | 0 |
| HSL | 312.1º | 1% | 0.76% | - |
| HSV(B) | 312.1º | 0.49% | 1% | - |
| XYZ | 63.64 | 43.21 | 79.85 | - |
| YUV | 179.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 230 | 0 | 0.49 | 0.10 | 0 | 312.1 | 1 | 0.76 |
| Hex | FF | 83 | E6 | 0 | 31 | A | 0 | 138 | 64 | 4C |
| Octal | 377 | 203 | 346 | 0 | 61 | 12 | 0 | 470 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11100110 | 0 | 110001 | 1010 | 0 | 100111000 | 1100100 | 1001100 |
Color Harmonies of #FF83E6
Complementary color
Monochromatic Colors of #FF83E6
Black with #FF83E6
Text Example
Text Example
White with #FF83E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83E6; }
p { color: rgb(255,131,230); }
H1.HeaderClassName
{
color: #FF83E6;
}
.AnyTagClassName
{
color: #FF83E6;
}
</style>
background-color css
<style>
a { background-color: #FF83E6; }
a { background-color: rgb(255,131,230); }
div.DivClassName
{
background-color: #FF83E6;
}
.BgClassName
{
background-color: #FF83E6;
}
</style>
border-color css
<style>
span { border-color: #FF83E6; }
span { border-color: rgb(255,131,230); }
td.TdClassName
{
border-color: #FF83E6;
}
.TagClassName
{
border-color: #FF83E6;
}
</style>