Shades of Pale Magenta #FE74E2
Tints of Pale Magenta #FE74E2
RGB
CMYK
RGB Variations
Color information
#FE74E2 (or 0xFE74E2) is known color: Pale Magenta. HEX triplet: FE, 74 and E2. RGB value is (254,116,226). Sum of RGB (Red+Green+Blue) = 254+116+226=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 116 (45.70% from 255 or 19.46% from 596); Blue value is 226 (88.67% from 255 or 37.92% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74E2 is #018B1D. Grayscale: #A9A9A9. Windows color (decimal): -101150 or 14841086. OLE color: 14841086.
HSL color Cylindrical-coordinate representation of color #FE74E2: hue angle of 312.17º 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 #FE74E2 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 226 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.00 |
| HSL | 312.17º | 0.99% | 0.73% | - |
| HSV(B) | 312.17º | 0.54% | 1% | - |
| XYZ | 60.85 | 39.05 | 76.28 | - |
| YUV | 169.8 | 159.72 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 226 | 0 | 0.54 | 0.11 | 0.00 | 312.17 | 0.99 | 0.73 |
| Hex | FE | 74 | E2 | 0 | 36 | B | 0 | 138 | 63 | 49 |
| Octal | 376 | 164 | 342 | 0 | 66 | 13 | 0 | 470 | 143 | 111 |
| Binary | 11111110 | 1110100 | 11100010 | 0 | 110110 | 1011 | 0 | 100111000 | 1100011 | 1001001 |
Color Harmonies of #FE74E2
Complementary color
Monochromatic Colors of #FE74E2
Black with #FE74E2
Text Example
Text Example
White with #FE74E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74E2; }
p { color: rgb(254,116,226); }
H1.HeaderClassName
{
color: #FE74E2;
}
.AnyTagClassName
{
color: #FE74E2;
}
</style>
background-color css
<style>
a { background-color: #FE74E2; }
a { background-color: rgb(254,116,226); }
div.DivClassName
{
background-color: #FE74E2;
}
.BgClassName
{
background-color: #FE74E2;
}
</style>
border-color css
<style>
span { border-color: #FE74E2; }
span { border-color: rgb(254,116,226); }
td.TdClassName
{
border-color: #FE74E2;
}
.TagClassName
{
border-color: #FE74E2;
}
</style>