Shades of Pale Magenta #FE96F7
Tints of Pale Magenta #FE96F7
RGB
CMYK
RGB Variations
Color information
#FE96F7 (or 0xFE96F7) is known color: Pale Magenta. HEX triplet: FE, 96 and F7. RGB value is (254,150,247). Sum of RGB (Red+Green+Blue) = 254+150+247=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 150 (58.98% from 255 or 23.04% from 651); Blue value is 247 (96.88% from 255 or 37.94% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE96F7 is #016908. Grayscale: #BFBFBF. Windows color (decimal): -92425 or 16226046. OLE color: 16226046.
HSL color Cylindrical-coordinate representation of color #FE96F7: hue angle of 304.04º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE96F7 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 247 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.00 |
| HSL | 304.04º | 0.98% | 0.79% | - |
| HSV(B) | 304.04º | 0.41% | 1% | - |
| XYZ | 68.57 | 49.6 | 93.96 | - |
| YUV | 192.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 247 | 0 | 0.41 | 0.03 | 0.00 | 304.04 | 0.98 | 0.79 |
| Hex | FE | 96 | F7 | 0 | 29 | 3 | 0 | 130 | 62 | 4F |
| Octal | 376 | 226 | 367 | 0 | 51 | 3 | 0 | 460 | 142 | 117 |
| Binary | 11111110 | 10010110 | 11110111 | 0 | 101001 | 11 | 0 | 100110000 | 1100010 | 1001111 |
Color Harmonies of #FE96F7
Complementary color
Monochromatic Colors of #FE96F7
Black with #FE96F7
Text Example
Text Example
White with #FE96F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE96F7; }
p { color: rgb(254,150,247); }
H1.HeaderClassName
{
color: #FE96F7;
}
.AnyTagClassName
{
color: #FE96F7;
}
</style>
background-color css
<style>
a { background-color: #FE96F7; }
a { background-color: rgb(254,150,247); }
div.DivClassName
{
background-color: #FE96F7;
}
.BgClassName
{
background-color: #FE96F7;
}
</style>
border-color css
<style>
span { border-color: #FE96F7; }
span { border-color: rgb(254,150,247); }
td.TdClassName
{
border-color: #FE96F7;
}
.TagClassName
{
border-color: #FE96F7;
}
</style>