Shades of Pale Magenta #FE7DF0
Tints of Pale Magenta #FE7DF0
RGB
CMYK
RGB Variations
Color information
#FE7DF0 (or 0xFE7DF0) is known color: Pale Magenta. HEX triplet: FE, 7D and F0. RGB value is (254,125,240). Sum of RGB (Red+Green+Blue) = 254+125+240=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 125 (49.22% from 255 or 20.19% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7DF0 is #01820F. Grayscale: #B0B0B0. Windows color (decimal): -98832 or 15760894. OLE color: 15760894.
HSL color Cylindrical-coordinate representation of color #FE7DF0: hue angle of 306.51º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7DF0 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 240 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.00 |
| HSL | 306.51º | 0.98% | 0.74% | - |
| HSV(B) | 306.51º | 0.51% | 1% | - |
| XYZ | 63.93 | 42.03 | 87.18 | - |
| YUV | 176.68 | 163.74 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 240 | 0 | 0.51 | 0.06 | 0.00 | 306.51 | 0.98 | 0.74 |
| Hex | FE | 7D | F0 | 0 | 33 | 6 | 0 | 133 | 62 | 4A |
| Octal | 376 | 175 | 360 | 0 | 63 | 6 | 0 | 463 | 142 | 112 |
| Binary | 11111110 | 1111101 | 11110000 | 0 | 110011 | 110 | 0 | 100110011 | 1100010 | 1001010 |
Color Harmonies of #FE7DF0
Complementary color
Monochromatic Colors of #FE7DF0
Black with #FE7DF0
Text Example
Text Example
White with #FE7DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7DF0; }
p { color: rgb(254,125,240); }
H1.HeaderClassName
{
color: #FE7DF0;
}
.AnyTagClassName
{
color: #FE7DF0;
}
</style>
background-color css
<style>
a { background-color: #FE7DF0; }
a { background-color: rgb(254,125,240); }
div.DivClassName
{
background-color: #FE7DF0;
}
.BgClassName
{
background-color: #FE7DF0;
}
</style>
border-color css
<style>
span { border-color: #FE7DF0; }
span { border-color: rgb(254,125,240); }
td.TdClassName
{
border-color: #FE7DF0;
}
.TagClassName
{
border-color: #FE7DF0;
}
</style>