Shades of Pale Magenta #FE74DA
Tints of Pale Magenta #FE74DA
RGB
CMYK
RGB Variations
Color information
#FE74DA (or 0xFE74DA) is known color: Pale Magenta. HEX triplet: FE, 74 and DA. RGB value is (254,116,218). Sum of RGB (Red+Green+Blue) = 254+116+218=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 116 (45.70% from 255 or 19.73% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74DA is #018B25. Grayscale: #A8A8A8. Windows color (decimal): -101158 or 14316798. OLE color: 14316798.
HSL color Cylindrical-coordinate representation of color #FE74DA: hue angle of 315.65º 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 #FE74DA is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 218 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.00 |
| HSL | 315.65º | 0.99% | 0.73% | - |
| HSV(B) | 315.65º | 0.54% | 1% | - |
| XYZ | 59.77 | 38.62 | 70.63 | - |
| YUV | 168.89 | 155.72 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 218 | 0 | 0.54 | 0.14 | 0.00 | 315.65 | 0.99 | 0.73 |
| Hex | FE | 74 | DA | 0 | 36 | E | 0 | 13C | 63 | 49 |
| Octal | 376 | 164 | 332 | 0 | 66 | 16 | 0 | 474 | 143 | 111 |
| Binary | 11111110 | 1110100 | 11011010 | 0 | 110110 | 1110 | 0 | 100111100 | 1100011 | 1001001 |
Color Harmonies of #FE74DA
Complementary color
Monochromatic Colors of #FE74DA
Black with #FE74DA
Text Example
Text Example
White with #FE74DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74DA; }
p { color: rgb(254,116,218); }
H1.HeaderClassName
{
color: #FE74DA;
}
.AnyTagClassName
{
color: #FE74DA;
}
</style>
background-color css
<style>
a { background-color: #FE74DA; }
a { background-color: rgb(254,116,218); }
div.DivClassName
{
background-color: #FE74DA;
}
.BgClassName
{
background-color: #FE74DA;
}
</style>
border-color css
<style>
span { border-color: #FE74DA; }
span { border-color: rgb(254,116,218); }
td.TdClassName
{
border-color: #FE74DA;
}
.TagClassName
{
border-color: #FE74DA;
}
</style>