Shades of Pale Magenta #FE75DD
Tints of Pale Magenta #FE75DD
RGB
CMYK
RGB Variations
Color information
#FE75DD (or 0xFE75DD) is known color: Pale Magenta. HEX triplet: FE, 75 and DD. RGB value is (254,117,221). Sum of RGB (Red+Green+Blue) = 254+117+221=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 117 (46.09% from 255 or 19.76% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75DD is #018A22. Grayscale: #A9A9A9. Windows color (decimal): -100899 or 14513662. OLE color: 14513662.
HSL color Cylindrical-coordinate representation of color #FE75DD: hue angle of 314.45º 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 #FE75DD is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 221 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.00 |
| HSL | 314.45º | 0.99% | 0.73% | - |
| HSV(B) | 314.45º | 0.54% | 1% | - |
| XYZ | 60.29 | 39.01 | 72.76 | - |
| YUV | 169.82 | 156.89 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 221 | 0 | 0.54 | 0.13 | 0.00 | 314.45 | 0.99 | 0.73 |
| Hex | FE | 75 | DD | 0 | 36 | D | 0 | 13A | 63 | 49 |
| Octal | 376 | 165 | 335 | 0 | 66 | 15 | 0 | 472 | 143 | 111 |
| Binary | 11111110 | 1110101 | 11011101 | 0 | 110110 | 1101 | 0 | 100111010 | 1100011 | 1001001 |
Color Harmonies of #FE75DD
Complementary color
Monochromatic Colors of #FE75DD
Black with #FE75DD
Text Example
Text Example
White with #FE75DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE75DD; }
p { color: rgb(254,117,221); }
H1.HeaderClassName
{
color: #FE75DD;
}
.AnyTagClassName
{
color: #FE75DD;
}
</style>
background-color css
<style>
a { background-color: #FE75DD; }
a { background-color: rgb(254,117,221); }
div.DivClassName
{
background-color: #FE75DD;
}
.BgClassName
{
background-color: #FE75DD;
}
</style>
border-color css
<style>
span { border-color: #FE75DD; }
span { border-color: rgb(254,117,221); }
td.TdClassName
{
border-color: #FE75DD;
}
.TagClassName
{
border-color: #FE75DD;
}
</style>