Shades of Pale Magenta #FE75E5
Tints of Pale Magenta #FE75E5
RGB
CMYK
RGB Variations
Color information
#FE75E5 (or 0xFE75E5) is known color: Pale Magenta. HEX triplet: FE, 75 and E5. RGB value is (254,117,229). Sum of RGB (Red+Green+Blue) = 254+117+229=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 117 (46.09% from 255 or 19.5% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75E5 is #018A1A. Grayscale: #AAAAAA. Windows color (decimal): -100891 or 15037950. OLE color: 15037950.
HSL color Cylindrical-coordinate representation of color #FE75E5: hue angle of 310.95º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE75E5 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 229 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.00 |
| HSL | 310.95º | 0.99% | 0.73% | - |
| HSV(B) | 310.95º | 0.54% | 1% | - |
| XYZ | 61.38 | 39.45 | 78.51 | - |
| YUV | 170.73 | 160.89 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 229 | 0 | 0.54 | 0.10 | 0.00 | 310.95 | 0.99 | 0.73 |
| Hex | FE | 75 | E5 | 0 | 36 | A | 0 | 137 | 63 | 49 |
| Octal | 376 | 165 | 345 | 0 | 66 | 12 | 0 | 467 | 143 | 111 |
| Binary | 11111110 | 1110101 | 11100101 | 0 | 110110 | 1010 | 0 | 100110111 | 1100011 | 1001001 |
Color Harmonies of #FE75E5
Complementary color
Monochromatic Colors of #FE75E5
Black with #FE75E5
Text Example
Text Example
White with #FE75E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE75E5; }
p { color: rgb(254,117,229); }
H1.HeaderClassName
{
color: #FE75E5;
}
.AnyTagClassName
{
color: #FE75E5;
}
</style>
background-color css
<style>
a { background-color: #FE75E5; }
a { background-color: rgb(254,117,229); }
div.DivClassName
{
background-color: #FE75E5;
}
.BgClassName
{
background-color: #FE75E5;
}
</style>
border-color css
<style>
span { border-color: #FE75E5; }
span { border-color: rgb(254,117,229); }
td.TdClassName
{
border-color: #FE75E5;
}
.TagClassName
{
border-color: #FE75E5;
}
</style>