Shades of Pale Magenta #FE82F0
Tints of Pale Magenta #FE82F0
RGB
CMYK
RGB Variations
Color information
#FE82F0 (or 0xFE82F0) is known color: Pale Magenta. HEX triplet: FE, 82 and F0. RGB value is (254,130,240). Sum of RGB (Red+Green+Blue) = 254+130+240=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 130 (51.17% from 255 or 20.83% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FE82F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE82F0 is #017D0F. Grayscale: #B3B3B3. Windows color (decimal): -97552 or 15762174. OLE color: 15762174.
HSL color Cylindrical-coordinate representation of color #FE82F0: hue angle of 306.77º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FE82F0 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 240 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.00 |
| HSL | 306.77º | 0.98% | 0.75% | - |
| HSV(B) | 306.77º | 0.49% | 1% | - |
| XYZ | 64.58 | 43.33 | 87.4 | - |
| YUV | 179.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 240 | 0 | 0.49 | 0.06 | 0.00 | 306.77 | 0.98 | 0.75 |
| Hex | FE | 82 | F0 | 0 | 31 | 6 | 0 | 133 | 62 | 4B |
| Octal | 376 | 202 | 360 | 0 | 61 | 6 | 0 | 463 | 142 | 113 |
| Binary | 11111110 | 10000010 | 11110000 | 0 | 110001 | 110 | 0 | 100110011 | 1100010 | 1001011 |
Color Harmonies of #FE82F0
Complementary color
Monochromatic Colors of #FE82F0
Black with #FE82F0
Text Example
Text Example
White with #FE82F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE82F0; }
p { color: rgb(254,130,240); }
H1.HeaderClassName
{
color: #FE82F0;
}
.AnyTagClassName
{
color: #FE82F0;
}
</style>
background-color css
<style>
a { background-color: #FE82F0; }
a { background-color: rgb(254,130,240); }
div.DivClassName
{
background-color: #FE82F0;
}
.BgClassName
{
background-color: #FE82F0;
}
</style>
border-color css
<style>
span { border-color: #FE82F0; }
span { border-color: rgb(254,130,240); }
td.TdClassName
{
border-color: #FE82F0;
}
.TagClassName
{
border-color: #FE82F0;
}
</style>