Shades of Pale Magenta #FE74DD
Tints of Pale Magenta #FE74DD
RGB
CMYK
RGB Variations
Color information
#FE74DD (or 0xFE74DD) is known color: Pale Magenta. HEX triplet: FE, 74 and DD. RGB value is (254,116,221). Sum of RGB (Red+Green+Blue) = 254+116+221=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 116 (45.70% from 255 or 19.63% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74DD is #018B22. Grayscale: #A8A8A8. Windows color (decimal): -101155 or 14513406. OLE color: 14513406.
HSL color Cylindrical-coordinate representation of color #FE74DD: hue angle of 314.35º 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 #FE74DD is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 221 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.00 |
| HSL | 314.35º | 0.99% | 0.73% | - |
| HSV(B) | 314.35º | 0.54% | 1% | - |
| XYZ | 60.17 | 38.78 | 72.72 | - |
| YUV | 169.23 | 157.22 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 221 | 0 | 0.54 | 0.13 | 0.00 | 314.35 | 0.99 | 0.73 |
| Hex | FE | 74 | DD | 0 | 36 | D | 0 | 13A | 63 | 49 |
| Octal | 376 | 164 | 335 | 0 | 66 | 15 | 0 | 472 | 143 | 111 |
| Binary | 11111110 | 1110100 | 11011101 | 0 | 110110 | 1101 | 0 | 100111010 | 1100011 | 1001001 |
Color Harmonies of #FE74DD
Complementary color
Monochromatic Colors of #FE74DD
Black with #FE74DD
Text Example
Text Example
White with #FE74DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74DD; }
p { color: rgb(254,116,221); }
H1.HeaderClassName
{
color: #FE74DD;
}
.AnyTagClassName
{
color: #FE74DD;
}
</style>
background-color css
<style>
a { background-color: #FE74DD; }
a { background-color: rgb(254,116,221); }
div.DivClassName
{
background-color: #FE74DD;
}
.BgClassName
{
background-color: #FE74DD;
}
</style>
border-color css
<style>
span { border-color: #FE74DD; }
span { border-color: rgb(254,116,221); }
td.TdClassName
{
border-color: #FE74DD;
}
.TagClassName
{
border-color: #FE74DD;
}
</style>