Shades of Pale Magenta #FE75DC
Tints of Pale Magenta #FE75DC
RGB
CMYK
RGB Variations
Color information
#FE75DC (or 0xFE75DC) is known color: Pale Magenta. HEX triplet: FE, 75 and DC. RGB value is (254,117,220). Sum of RGB (Red+Green+Blue) = 254+117+220=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 117 (46.09% from 255 or 19.80% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75DC is #018A23. Grayscale: #A9A9A9. Windows color (decimal): -100900 or 14448126. OLE color: 14448126.
HSL color Cylindrical-coordinate representation of color #FE75DC: hue angle of 314.89º 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 #FE75DC is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 220 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.00 |
| HSL | 314.89º | 0.99% | 0.73% | - |
| HSV(B) | 314.89º | 0.54% | 1% | - |
| XYZ | 60.15 | 38.96 | 72.06 | - |
| YUV | 169.71 | 156.39 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 220 | 0 | 0.54 | 0.13 | 0.00 | 314.89 | 0.99 | 0.73 |
| Hex | FE | 75 | DC | 0 | 36 | D | 0 | 13B | 63 | 49 |
| Octal | 376 | 165 | 334 | 0 | 66 | 15 | 0 | 473 | 143 | 111 |
| Binary | 11111110 | 1110101 | 11011100 | 0 | 110110 | 1101 | 0 | 100111011 | 1100011 | 1001001 |
Color Harmonies of #FE75DC
Complementary color
Monochromatic Colors of #FE75DC
Black with #FE75DC
Text Example
Text Example
White with #FE75DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE75DC; }
p { color: rgb(254,117,220); }
H1.HeaderClassName
{
color: #FE75DC;
}
.AnyTagClassName
{
color: #FE75DC;
}
</style>
background-color css
<style>
a { background-color: #FE75DC; }
a { background-color: rgb(254,117,220); }
div.DivClassName
{
background-color: #FE75DC;
}
.BgClassName
{
background-color: #FE75DC;
}
</style>
border-color css
<style>
span { border-color: #FE75DC; }
span { border-color: rgb(254,117,220); }
td.TdClassName
{
border-color: #FE75DC;
}
.TagClassName
{
border-color: #FE75DC;
}
</style>