Shades of Pale Magenta #FE80F0
Tints of Pale Magenta #FE80F0
RGB
CMYK
RGB Variations
Color information
#FE80F0 (or 0xFE80F0) is known color: Pale Magenta. HEX triplet: FE, 80 and F0. RGB value is (254,128,240). Sum of RGB (Red+Green+Blue) = 254+128+240=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 128 (50.39% from 255 or 20.58% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE80F0 is #017F0F. Grayscale: #B2B2B2. Windows color (decimal): -98064 or 15761662. OLE color: 15761662.
HSL color Cylindrical-coordinate representation of color #FE80F0: hue angle of 306.67º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE80F0 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 240 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.00 |
| HSL | 306.67º | 0.98% | 0.75% | - |
| HSV(B) | 306.67º | 0.5% | 1% | - |
| XYZ | 64.32 | 42.8 | 87.31 | - |
| YUV | 178.44 | 162.74 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 240 | 0 | 0.50 | 0.06 | 0.00 | 306.67 | 0.98 | 0.75 |
| Hex | FE | 80 | F0 | 0 | 32 | 6 | 0 | 133 | 62 | 4B |
| Octal | 376 | 200 | 360 | 0 | 62 | 6 | 0 | 463 | 142 | 113 |
| Binary | 11111110 | 10000000 | 11110000 | 0 | 110010 | 110 | 0 | 100110011 | 1100010 | 1001011 |
Color Harmonies of #FE80F0
Complementary color
Monochromatic Colors of #FE80F0
Black with #FE80F0
Text Example
Text Example
White with #FE80F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80F0; }
p { color: rgb(254,128,240); }
H1.HeaderClassName
{
color: #FE80F0;
}
.AnyTagClassName
{
color: #FE80F0;
}
</style>
background-color css
<style>
a { background-color: #FE80F0; }
a { background-color: rgb(254,128,240); }
div.DivClassName
{
background-color: #FE80F0;
}
.BgClassName
{
background-color: #FE80F0;
}
</style>
border-color css
<style>
span { border-color: #FE80F0; }
span { border-color: rgb(254,128,240); }
td.TdClassName
{
border-color: #FE80F0;
}
.TagClassName
{
border-color: #FE80F0;
}
</style>