Shades of Pale Magenta #FE8AF1
Tints of Pale Magenta #FE8AF1
RGB
CMYK
RGB Variations
Color information
#FE8AF1 (or 0xFE8AF1) is known color: Pale Magenta. HEX triplet: FE, 8A and F1. RGB value is (254,138,241). Sum of RGB (Red+Green+Blue) = 254+138+241=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 138 (54.30% from 255 or 21.80% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8AF1 is #01750E. Grayscale: #B8B8B8. Windows color (decimal): -95503 or 15829758. OLE color: 15829758.
HSL color Cylindrical-coordinate representation of color #FE8AF1: hue angle of 306.72º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE8AF1 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 241 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.00 |
| HSL | 306.72º | 0.98% | 0.77% | - |
| HSV(B) | 306.72º | 0.46% | 1% | - |
| XYZ | 65.84 | 45.6 | 88.55 | - |
| YUV | 184.43 | 159.93 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 241 | 0 | 0.46 | 0.05 | 0.00 | 306.72 | 0.98 | 0.77 |
| Hex | FE | 8A | F1 | 0 | 2E | 5 | 0 | 133 | 62 | 4D |
| Octal | 376 | 212 | 361 | 0 | 56 | 5 | 0 | 463 | 142 | 115 |
| Binary | 11111110 | 10001010 | 11110001 | 0 | 101110 | 101 | 0 | 100110011 | 1100010 | 1001101 |
Color Harmonies of #FE8AF1
Complementary color
Monochromatic Colors of #FE8AF1
Black with #FE8AF1
Text Example
Text Example
White with #FE8AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8AF1; }
p { color: rgb(254,138,241); }
H1.HeaderClassName
{
color: #FE8AF1;
}
.AnyTagClassName
{
color: #FE8AF1;
}
</style>
background-color css
<style>
a { background-color: #FE8AF1; }
a { background-color: rgb(254,138,241); }
div.DivClassName
{
background-color: #FE8AF1;
}
.BgClassName
{
background-color: #FE8AF1;
}
</style>
border-color css
<style>
span { border-color: #FE8AF1; }
span { border-color: rgb(254,138,241); }
td.TdClassName
{
border-color: #FE8AF1;
}
.TagClassName
{
border-color: #FE8AF1;
}
</style>