Shades of Pale Magenta #FE94F6
Tints of Pale Magenta #FE94F6
RGB
CMYK
RGB Variations
Color information
#FE94F6 (or 0xFE94F6) is known color: Pale Magenta. HEX triplet: FE, 94 and F6. RGB value is (254,148,246). Sum of RGB (Red+Green+Blue) = 254+148+246=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 148 (58.20% from 255 or 22.84% from 648); Blue value is 246 (96.48% from 255 or 37.96% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FE94F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE94F6 is #016B09. Grayscale: #BEBEBE. Windows color (decimal): -92938 or 16159998. OLE color: 16159998.
HSL color Cylindrical-coordinate representation of color #FE94F6: hue angle of 304.53º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE94F6 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 246 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.00 |
| HSL | 304.53º | 0.98% | 0.79% | - |
| HSV(B) | 304.53º | 0.42% | 1% | - |
| XYZ | 68.1 | 48.9 | 93.04 | - |
| YUV | 190.87 | 159.12 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 246 | 0 | 0.42 | 0.03 | 0.00 | 304.53 | 0.98 | 0.79 |
| Hex | FE | 94 | F6 | 0 | 2A | 3 | 0 | 131 | 62 | 4F |
| Octal | 376 | 224 | 366 | 0 | 52 | 3 | 0 | 461 | 142 | 117 |
| Binary | 11111110 | 10010100 | 11110110 | 0 | 101010 | 11 | 0 | 100110001 | 1100010 | 1001111 |
Color Harmonies of #FE94F6
Complementary color
Monochromatic Colors of #FE94F6
Black with #FE94F6
Text Example
Text Example
White with #FE94F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE94F6; }
p { color: rgb(254,148,246); }
H1.HeaderClassName
{
color: #FE94F6;
}
.AnyTagClassName
{
color: #FE94F6;
}
</style>
background-color css
<style>
a { background-color: #FE94F6; }
a { background-color: rgb(254,148,246); }
div.DivClassName
{
background-color: #FE94F6;
}
.BgClassName
{
background-color: #FE94F6;
}
</style>
border-color css
<style>
span { border-color: #FE94F6; }
span { border-color: rgb(254,148,246); }
td.TdClassName
{
border-color: #FE94F6;
}
.TagClassName
{
border-color: #FE94F6;
}
</style>