Shades of Pale Magenta #FE75E7
Tints of Pale Magenta #FE75E7
RGB
CMYK
RGB Variations
Color information
#FE75E7 (or 0xFE75E7) is known color: Pale Magenta. HEX triplet: FE, 75 and E7. RGB value is (254,117,231). Sum of RGB (Red+Green+Blue) = 254+117+231=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 117 (46.09% from 255 or 19.44% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE75E7 is #018A18. Grayscale: #AAAAAA. Windows color (decimal): -100889 or 15169022. OLE color: 15169022.
HSL color Cylindrical-coordinate representation of color #FE75E7: hue angle of 310.07º 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 #FE75E7 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 231 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.00 |
| HSL | 310.07º | 0.99% | 0.73% | - |
| HSV(B) | 310.07º | 0.54% | 1% | - |
| XYZ | 61.66 | 39.56 | 79.99 | - |
| YUV | 170.96 | 161.89 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 231 | 0 | 0.54 | 0.09 | 0.00 | 310.07 | 0.99 | 0.73 |
| Hex | FE | 75 | E7 | 0 | 36 | 9 | 0 | 136 | 63 | 49 |
| Octal | 376 | 165 | 347 | 0 | 66 | 11 | 0 | 466 | 143 | 111 |
| Binary | 11111110 | 1110101 | 11100111 | 0 | 110110 | 1001 | 0 | 100110110 | 1100011 | 1001001 |
Color Harmonies of #FE75E7
Complementary color
Monochromatic Colors of #FE75E7
Black with #FE75E7
Text Example
Text Example
White with #FE75E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE75E7; }
p { color: rgb(254,117,231); }
H1.HeaderClassName
{
color: #FE75E7;
}
.AnyTagClassName
{
color: #FE75E7;
}
</style>
background-color css
<style>
a { background-color: #FE75E7; }
a { background-color: rgb(254,117,231); }
div.DivClassName
{
background-color: #FE75E7;
}
.BgClassName
{
background-color: #FE75E7;
}
</style>
border-color css
<style>
span { border-color: #FE75E7; }
span { border-color: rgb(254,117,231); }
td.TdClassName
{
border-color: #FE75E7;
}
.TagClassName
{
border-color: #FE75E7;
}
</style>