Shades of Pale Magenta #FB82F0
Tints of Pale Magenta #FB82F0
RGB
CMYK
RGB Variations
Color information
#FB82F0 (or 0xFB82F0) is known color: Pale Magenta. HEX triplet: FB, 82 and F0. RGB value is (251,130,240). Sum of RGB (Red+Green+Blue) = 251+130+240=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 130 (51.17% from 255 or 20.93% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FB82F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB82F0 is #047D0F. Grayscale: #B2B2B2. Windows color (decimal): -294160 or 15762171. OLE color: 15762171.
HSL color Cylindrical-coordinate representation of color #FB82F0: hue angle of 305.45º degrees, saturation: 0.94, 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 #FB82F0 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 240 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.02 |
| HSL | 305.45º | 0.94% | 0.75% | - |
| HSV(B) | 305.45º | 0.48% | 0.98% | - |
| XYZ | 63.49 | 42.77 | 87.35 | - |
| YUV | 178.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 240 | 0 | 0.48 | 0.04 | 0.02 | 305.45 | 0.94 | 0.75 |
| Hex | FB | 82 | F0 | 0 | 30 | 4 | 2 | 131 | 5E | 4B |
| Octal | 373 | 202 | 360 | 0 | 60 | 4 | 2 | 461 | 136 | 113 |
| Binary | 11111011 | 10000010 | 11110000 | 0 | 110000 | 100 | 10 | 100110001 | 1011110 | 1001011 |
Color Harmonies of #FB82F0
Complementary color
Monochromatic Colors of #FB82F0
Black with #FB82F0
Text Example
Text Example
White with #FB82F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB82F0; }
p { color: rgb(251,130,240); }
H1.HeaderClassName
{
color: #FB82F0;
}
.AnyTagClassName
{
color: #FB82F0;
}
</style>
background-color css
<style>
a { background-color: #FB82F0; }
a { background-color: rgb(251,130,240); }
div.DivClassName
{
background-color: #FB82F0;
}
.BgClassName
{
background-color: #FB82F0;
}
</style>
border-color css
<style>
span { border-color: #FB82F0; }
span { border-color: rgb(251,130,240); }
td.TdClassName
{
border-color: #FB82F0;
}
.TagClassName
{
border-color: #FB82F0;
}
</style>