Shades of Pale Magenta #FE74DE
Tints of Pale Magenta #FE74DE
RGB
CMYK
RGB Variations
Color information
#FE74DE (or 0xFE74DE) is known color: Pale Magenta. HEX triplet: FE, 74 and DE. RGB value is (254,116,222). Sum of RGB (Red+Green+Blue) = 254+116+222=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 116 (45.70% from 255 or 19.59% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74DE is #018B21. Grayscale: #A9A9A9. Windows color (decimal): -101154 or 14578942. OLE color: 14578942.
HSL color Cylindrical-coordinate representation of color #FE74DE: hue angle of 313.91º 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 #FE74DE is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 222 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.00 |
| HSL | 313.91º | 0.99% | 0.73% | - |
| HSV(B) | 313.91º | 0.54% | 1% | - |
| XYZ | 60.3 | 38.84 | 73.42 | - |
| YUV | 169.35 | 157.72 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 222 | 0 | 0.54 | 0.13 | 0.00 | 313.91 | 0.99 | 0.73 |
| Hex | FE | 74 | DE | 0 | 36 | D | 0 | 13A | 63 | 49 |
| Octal | 376 | 164 | 336 | 0 | 66 | 15 | 0 | 472 | 143 | 111 |
| Binary | 11111110 | 1110100 | 11011110 | 0 | 110110 | 1101 | 0 | 100111010 | 1100011 | 1001001 |
Color Harmonies of #FE74DE
Complementary color
Monochromatic Colors of #FE74DE
Black with #FE74DE
Text Example
Text Example
White with #FE74DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74DE; }
p { color: rgb(254,116,222); }
H1.HeaderClassName
{
color: #FE74DE;
}
.AnyTagClassName
{
color: #FE74DE;
}
</style>
background-color css
<style>
a { background-color: #FE74DE; }
a { background-color: rgb(254,116,222); }
div.DivClassName
{
background-color: #FE74DE;
}
.BgClassName
{
background-color: #FE74DE;
}
</style>
border-color css
<style>
span { border-color: #FE74DE; }
span { border-color: rgb(254,116,222); }
td.TdClassName
{
border-color: #FE74DE;
}
.TagClassName
{
border-color: #FE74DE;
}
</style>