Shades of Pale Magenta #FE74E0
Tints of Pale Magenta #FE74E0
RGB
CMYK
RGB Variations
Color information
#FE74E0 (or 0xFE74E0) is known color: Pale Magenta. HEX triplet: FE, 74 and E0. RGB value is (254,116,224). Sum of RGB (Red+Green+Blue) = 254+116+224=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 116 (45.70% from 255 or 19.53% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74E0 is #018B1F. Grayscale: #A9A9A9. Windows color (decimal): -101152 or 14710014. OLE color: 14710014.
HSL color Cylindrical-coordinate representation of color #FE74E0: hue angle of 313.04º 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 #FE74E0 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 224 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.00 |
| HSL | 313.04º | 0.99% | 0.73% | - |
| HSV(B) | 313.04º | 0.54% | 1% | - |
| XYZ | 60.57 | 38.94 | 74.85 | - |
| YUV | 169.57 | 158.72 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 224 | 0 | 0.54 | 0.12 | 0.00 | 313.04 | 0.99 | 0.73 |
| Hex | FE | 74 | E0 | 0 | 36 | C | 0 | 139 | 63 | 49 |
| Octal | 376 | 164 | 340 | 0 | 66 | 14 | 0 | 471 | 143 | 111 |
| Binary | 11111110 | 1110100 | 11100000 | 0 | 110110 | 1100 | 0 | 100111001 | 1100011 | 1001001 |
Color Harmonies of #FE74E0
Complementary color
Monochromatic Colors of #FE74E0
Black with #FE74E0
Text Example
Text Example
White with #FE74E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74E0; }
p { color: rgb(254,116,224); }
H1.HeaderClassName
{
color: #FE74E0;
}
.AnyTagClassName
{
color: #FE74E0;
}
</style>
background-color css
<style>
a { background-color: #FE74E0; }
a { background-color: rgb(254,116,224); }
div.DivClassName
{
background-color: #FE74E0;
}
.BgClassName
{
background-color: #FE74E0;
}
</style>
border-color css
<style>
span { border-color: #FE74E0; }
span { border-color: rgb(254,116,224); }
td.TdClassName
{
border-color: #FE74E0;
}
.TagClassName
{
border-color: #FE74E0;
}
</style>