Shades of Pale Magenta #FE69E5
Tints of Pale Magenta #FE69E5
RGB
CMYK
RGB Variations
Color information
#FE69E5 (or 0xFE69E5) is known color: Pale Magenta. HEX triplet: FE, 69 and E5. RGB value is (254,105,229). Sum of RGB (Red+Green+Blue) = 254+105+229=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 105 (41.41% from 255 or 17.86% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE69E5 is #01961A. Grayscale: #A3A3A3. Windows color (decimal): -103963 or 15034878. OLE color: 15034878.
HSL color Cylindrical-coordinate representation of color #FE69E5: hue angle of 310.07º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE69E5 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 229 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.00 |
| HSL | 310.07º | 0.99% | 0.7% | - |
| HSV(B) | 310.07º | 0.59% | 1% | - |
| XYZ | 60.07 | 36.83 | 78.07 | - |
| YUV | 163.69 | 164.86 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 229 | 0 | 0.59 | 0.10 | 0.00 | 310.07 | 0.99 | 0.7 |
| Hex | FE | 69 | E5 | 0 | 3B | A | 0 | 136 | 63 | 46 |
| Octal | 376 | 151 | 345 | 0 | 73 | 12 | 0 | 466 | 143 | 106 |
| Binary | 11111110 | 1101001 | 11100101 | 0 | 111011 | 1010 | 0 | 100110110 | 1100011 | 1000110 |
Color Harmonies of #FE69E5
Complementary color
Monochromatic Colors of #FE69E5
Black with #FE69E5
Text Example
Text Example
White with #FE69E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE69E5; }
p { color: rgb(254,105,229); }
H1.HeaderClassName
{
color: #FE69E5;
}
.AnyTagClassName
{
color: #FE69E5;
}
</style>
background-color css
<style>
a { background-color: #FE69E5; }
a { background-color: rgb(254,105,229); }
div.DivClassName
{
background-color: #FE69E5;
}
.BgClassName
{
background-color: #FE69E5;
}
</style>
border-color css
<style>
span { border-color: #FE69E5; }
span { border-color: rgb(254,105,229); }
td.TdClassName
{
border-color: #FE69E5;
}
.TagClassName
{
border-color: #FE69E5;
}
</style>