Shades of Pale Magenta #FE7CF0
Tints of Pale Magenta #FE7CF0
RGB
CMYK
RGB Variations
Color information
#FE7CF0 (or 0xFE7CF0) is known color: Pale Magenta. HEX triplet: FE, 7C and F0. RGB value is (254,124,240). Sum of RGB (Red+Green+Blue) = 254+124+240=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 124 (48.83% from 255 or 20.06% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7CF0 is #01830F. Grayscale: #AFAFAF. Windows color (decimal): -99088 or 15760638. OLE color: 15760638.
HSL color Cylindrical-coordinate representation of color #FE7CF0: hue angle of 306.46º 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 #FE7CF0 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 240 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.00 |
| HSL | 306.46º | 0.98% | 0.74% | - |
| HSV(B) | 306.46º | 0.51% | 1% | - |
| XYZ | 63.81 | 41.78 | 87.14 | - |
| YUV | 176.09 | 164.07 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 240 | 0 | 0.51 | 0.06 | 0.00 | 306.46 | 0.98 | 0.74 |
| Hex | FE | 7C | F0 | 0 | 33 | 6 | 0 | 132 | 62 | 4A |
| Octal | 376 | 174 | 360 | 0 | 63 | 6 | 0 | 462 | 142 | 112 |
| Binary | 11111110 | 1111100 | 11110000 | 0 | 110011 | 110 | 0 | 100110010 | 1100010 | 1001010 |
Color Harmonies of #FE7CF0
Complementary color
Monochromatic Colors of #FE7CF0
Black with #FE7CF0
Text Example
Text Example
White with #FE7CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7CF0; }
p { color: rgb(254,124,240); }
H1.HeaderClassName
{
color: #FE7CF0;
}
.AnyTagClassName
{
color: #FE7CF0;
}
</style>
background-color css
<style>
a { background-color: #FE7CF0; }
a { background-color: rgb(254,124,240); }
div.DivClassName
{
background-color: #FE7CF0;
}
.BgClassName
{
background-color: #FE7CF0;
}
</style>
border-color css
<style>
span { border-color: #FE7CF0; }
span { border-color: rgb(254,124,240); }
td.TdClassName
{
border-color: #FE7CF0;
}
.TagClassName
{
border-color: #FE7CF0;
}
</style>