Shades of Pale Magenta #FF83EB
Tints of Pale Magenta #FF83EB
RGB
CMYK
RGB Variations
Color information
#FF83EB (or 0xFF83EB) is known color: Pale Magenta. HEX triplet: FF, 83 and EB. RGB value is (255,131,235). Sum of RGB (Red+Green+Blue) = 255+131+235=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 131 (51.56% from 255 or 21.10% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF83EB is #007C14. Grayscale: #B3B3B3. Windows color (decimal): -31765 or 15434751. OLE color: 15434751.
HSL color Cylindrical-coordinate representation of color #FF83EB: hue angle of 309.68º 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 #FF83EB is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 235 | - |
| CMYK | 0 | 0.49 | 0.08 | 0 |
| HSL | 309.68º | 1% | 0.76% | - |
| HSV(B) | 309.68º | 0.49% | 1% | - |
| XYZ | 64.35 | 43.49 | 83.6 | - |
| YUV | 179.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 235 | 0 | 0.49 | 0.08 | 0 | 309.68 | 1 | 0.76 |
| Hex | FF | 83 | EB | 0 | 31 | 8 | 0 | 136 | 64 | 4C |
| Octal | 377 | 203 | 353 | 0 | 61 | 10 | 0 | 466 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11101011 | 0 | 110001 | 1000 | 0 | 100110110 | 1100100 | 1001100 |
Color Harmonies of #FF83EB
Complementary color
Monochromatic Colors of #FF83EB
Black with #FF83EB
Text Example
Text Example
White with #FF83EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83EB; }
p { color: rgb(255,131,235); }
H1.HeaderClassName
{
color: #FF83EB;
}
.AnyTagClassName
{
color: #FF83EB;
}
</style>
background-color css
<style>
a { background-color: #FF83EB; }
a { background-color: rgb(255,131,235); }
div.DivClassName
{
background-color: #FF83EB;
}
.BgClassName
{
background-color: #FF83EB;
}
</style>
border-color css
<style>
span { border-color: #FF83EB; }
span { border-color: rgb(255,131,235); }
td.TdClassName
{
border-color: #FF83EB;
}
.TagClassName
{
border-color: #FF83EB;
}
</style>