Shades of Pale Magenta #FA83F0
Tints of Pale Magenta #FA83F0
RGB
CMYK
RGB Variations
Color information
#FA83F0 (or 0xFA83F0) is known color: Pale Magenta. HEX triplet: FA, 83 and F0. RGB value is (250,131,240). Sum of RGB (Red+Green+Blue) = 250+131+240=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 131 (51.56% from 255 or 21.10% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA83F0 is #057C0F. Grayscale: #B2B2B2. Windows color (decimal): -359440 or 15762426. OLE color: 15762426.
HSL color Cylindrical-coordinate representation of color #FA83F0: hue angle of 305.04º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA83F0 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 240 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.02 |
| HSL | 305.04º | 0.92% | 0.75% | - |
| HSV(B) | 305.04º | 0.48% | 0.98% | - |
| XYZ | 63.27 | 42.85 | 87.37 | - |
| YUV | 179.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 240 | 0 | 0.48 | 0.04 | 0.02 | 305.04 | 0.92 | 0.75 |
| Hex | FA | 83 | F0 | 0 | 30 | 4 | 2 | 131 | 5C | 4B |
| Octal | 372 | 203 | 360 | 0 | 60 | 4 | 2 | 461 | 134 | 113 |
| Binary | 11111010 | 10000011 | 11110000 | 0 | 110000 | 100 | 10 | 100110001 | 1011100 | 1001011 |
Color Harmonies of #FA83F0
Complementary color
Monochromatic Colors of #FA83F0
Black with #FA83F0
Text Example
Text Example
White with #FA83F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA83F0; }
p { color: rgb(250,131,240); }
H1.HeaderClassName
{
color: #FA83F0;
}
.AnyTagClassName
{
color: #FA83F0;
}
</style>
background-color css
<style>
a { background-color: #FA83F0; }
a { background-color: rgb(250,131,240); }
div.DivClassName
{
background-color: #FA83F0;
}
.BgClassName
{
background-color: #FA83F0;
}
</style>
border-color css
<style>
span { border-color: #FA83F0; }
span { border-color: rgb(250,131,240); }
td.TdClassName
{
border-color: #FA83F0;
}
.TagClassName
{
border-color: #FA83F0;
}
</style>