Shades of Pale Magenta #FE75DF
Tints of Pale Magenta #FE75DF
RGB
CMYK
RGB Variations
Color information
#FE75DF (or 0xFE75DF) is known color: Pale Magenta. HEX triplet: FE, 75 and DF. RGB value is (254,117,223). Sum of RGB (Red+Green+Blue) = 254+117+223=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 117 (46.09% from 255 or 19.70% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75DF is #018A20. Grayscale: #A9A9A9. Windows color (decimal): -100897 or 14644734. OLE color: 14644734.
HSL color Cylindrical-coordinate representation of color #FE75DF: hue angle of 313.58º 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 #FE75DF is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 223 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.00 |
| HSL | 313.58º | 0.99% | 0.73% | - |
| HSV(B) | 313.58º | 0.54% | 1% | - |
| XYZ | 60.55 | 39.12 | 74.17 | - |
| YUV | 170.05 | 157.89 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 223 | 0 | 0.54 | 0.12 | 0.00 | 313.58 | 0.99 | 0.73 |
| Hex | FE | 75 | DF | 0 | 36 | C | 0 | 13A | 63 | 49 |
| Octal | 376 | 165 | 337 | 0 | 66 | 14 | 0 | 472 | 143 | 111 |
| Binary | 11111110 | 1110101 | 11011111 | 0 | 110110 | 1100 | 0 | 100111010 | 1100011 | 1001001 |
Color Harmonies of #FE75DF
Complementary color
Monochromatic Colors of #FE75DF
Black with #FE75DF
Text Example
Text Example
White with #FE75DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE75DF; }
p { color: rgb(254,117,223); }
H1.HeaderClassName
{
color: #FE75DF;
}
.AnyTagClassName
{
color: #FE75DF;
}
</style>
background-color css
<style>
a { background-color: #FE75DF; }
a { background-color: rgb(254,117,223); }
div.DivClassName
{
background-color: #FE75DF;
}
.BgClassName
{
background-color: #FE75DF;
}
</style>
border-color css
<style>
span { border-color: #FE75DF; }
span { border-color: rgb(254,117,223); }
td.TdClassName
{
border-color: #FE75DF;
}
.TagClassName
{
border-color: #FE75DF;
}
</style>