Shades of Pale Magenta #FF83F0
Tints of Pale Magenta #FF83F0
RGB
CMYK
RGB Variations
Color information
#FF83F0 (or 0xFF83F0) is known color: Pale Magenta. HEX triplet: FF, 83 and F0. RGB value is (255,131,240). Sum of RGB (Red+Green+Blue) = 255+131+240=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 131 (51.56% from 255 or 20.93% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FF83F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF83F0 is #007C0F. Grayscale: #B4B4B4. Windows color (decimal): -31760 or 15762431. OLE color: 15762431.
HSL color Cylindrical-coordinate representation of color #FF83F0: hue angle of 307.26º 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 #FF83F0 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 240 | - |
| CMYK | 0 | 0.49 | 0.06 | 0 |
| HSL | 307.26º | 1% | 0.76% | - |
| HSV(B) | 307.26º | 0.49% | 1% | - |
| XYZ | 65.08 | 43.78 | 87.46 | - |
| YUV | 180.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 240 | 0 | 0.49 | 0.06 | 0 | 307.26 | 1 | 0.76 |
| Hex | FF | 83 | F0 | 0 | 31 | 6 | 0 | 133 | 64 | 4C |
| Octal | 377 | 203 | 360 | 0 | 61 | 6 | 0 | 463 | 144 | 114 |
| Binary | 11111111 | 10000011 | 11110000 | 0 | 110001 | 110 | 0 | 100110011 | 1100100 | 1001100 |
Color Harmonies of #FF83F0
Complementary color
Monochromatic Colors of #FF83F0
Black with #FF83F0
Text Example
Text Example
White with #FF83F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF83F0; }
p { color: rgb(255,131,240); }
H1.HeaderClassName
{
color: #FF83F0;
}
.AnyTagClassName
{
color: #FF83F0;
}
</style>
background-color css
<style>
a { background-color: #FF83F0; }
a { background-color: rgb(255,131,240); }
div.DivClassName
{
background-color: #FF83F0;
}
.BgClassName
{
background-color: #FF83F0;
}
</style>
border-color css
<style>
span { border-color: #FF83F0; }
span { border-color: rgb(255,131,240); }
td.TdClassName
{
border-color: #FF83F0;
}
.TagClassName
{
border-color: #FF83F0;
}
</style>