Shades of Pale Magenta #FE84F1
Tints of Pale Magenta #FE84F1
RGB
CMYK
RGB Variations
Color information
#FE84F1 (or 0xFE84F1) is known color: Pale Magenta. HEX triplet: FE, 84 and F1. RGB value is (254,132,241). Sum of RGB (Red+Green+Blue) = 254+132+241=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 132 (51.95% from 255 or 21.05% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FE84F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE84F1 is #017B0E. Grayscale: #B4B4B4. Windows color (decimal): -97039 or 15828222. OLE color: 15828222.
HSL color Cylindrical-coordinate representation of color #FE84F1: hue angle of 306.39º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE84F1 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 241 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.00 |
| HSL | 306.39º | 0.98% | 0.76% | - |
| HSV(B) | 306.39º | 0.48% | 1% | - |
| XYZ | 65 | 43.92 | 88.27 | - |
| YUV | 180.9 | 161.92 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 241 | 0 | 0.48 | 0.05 | 0.00 | 306.39 | 0.98 | 0.76 |
| Hex | FE | 84 | F1 | 0 | 30 | 5 | 0 | 132 | 62 | 4C |
| Octal | 376 | 204 | 361 | 0 | 60 | 5 | 0 | 462 | 142 | 114 |
| Binary | 11111110 | 10000100 | 11110001 | 0 | 110000 | 101 | 0 | 100110010 | 1100010 | 1001100 |
Color Harmonies of #FE84F1
Complementary color
Monochromatic Colors of #FE84F1
Black with #FE84F1
Text Example
Text Example
White with #FE84F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE84F1; }
p { color: rgb(254,132,241); }
H1.HeaderClassName
{
color: #FE84F1;
}
.AnyTagClassName
{
color: #FE84F1;
}
</style>
background-color css
<style>
a { background-color: #FE84F1; }
a { background-color: rgb(254,132,241); }
div.DivClassName
{
background-color: #FE84F1;
}
.BgClassName
{
background-color: #FE84F1;
}
</style>
border-color css
<style>
span { border-color: #FE84F1; }
span { border-color: rgb(254,132,241); }
td.TdClassName
{
border-color: #FE84F1;
}
.TagClassName
{
border-color: #FE84F1;
}
</style>