Shades of Pale Magenta #FE81F2
Tints of Pale Magenta #FE81F2
RGB
CMYK
RGB Variations
Color information
#FE81F2 (or 0xFE81F2) is known color: Pale Magenta. HEX triplet: FE, 81 and F2. RGB value is (254,129,242). Sum of RGB (Red+Green+Blue) = 254+129+242=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 129 (50.78% from 255 or 20.64% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FE81F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE81F2 is #017E0D. Grayscale: #B2B2B2. Windows color (decimal): -97806 or 15892990. OLE color: 15892990.
HSL color Cylindrical-coordinate representation of color #FE81F2: hue angle of 305.76º 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 #FE81F2 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 242 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.00 |
| HSL | 305.76º | 0.98% | 0.75% | - |
| HSV(B) | 305.76º | 0.49% | 1% | - |
| XYZ | 64.75 | 43.18 | 88.93 | - |
| YUV | 179.26 | 163.41 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 242 | 0 | 0.49 | 0.05 | 0.00 | 305.76 | 0.98 | 0.75 |
| Hex | FE | 81 | F2 | 0 | 31 | 5 | 0 | 132 | 62 | 4B |
| Octal | 376 | 201 | 362 | 0 | 61 | 5 | 0 | 462 | 142 | 113 |
| Binary | 11111110 | 10000001 | 11110010 | 0 | 110001 | 101 | 0 | 100110010 | 1100010 | 1001011 |
Color Harmonies of #FE81F2
Complementary color
Monochromatic Colors of #FE81F2
Black with #FE81F2
Text Example
Text Example
White with #FE81F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE81F2; }
p { color: rgb(254,129,242); }
H1.HeaderClassName
{
color: #FE81F2;
}
.AnyTagClassName
{
color: #FE81F2;
}
</style>
background-color css
<style>
a { background-color: #FE81F2; }
a { background-color: rgb(254,129,242); }
div.DivClassName
{
background-color: #FE81F2;
}
.BgClassName
{
background-color: #FE81F2;
}
</style>
border-color css
<style>
span { border-color: #FE81F2; }
span { border-color: rgb(254,129,242); }
td.TdClassName
{
border-color: #FE81F2;
}
.TagClassName
{
border-color: #FE81F2;
}
</style>