Shades of Pale Magenta #FE7CF1
Tints of Pale Magenta #FE7CF1
RGB
CMYK
RGB Variations
Color information
#FE7CF1 (or 0xFE7CF1) is known color: Pale Magenta. HEX triplet: FE, 7C and F1. RGB value is (254,124,241). Sum of RGB (Red+Green+Blue) = 254+124+241=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 124 (48.83% from 255 or 20.03% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7CF1 is #01830E. Grayscale: #AFAFAF. Windows color (decimal): -99087 or 15826174. OLE color: 15826174.
HSL color Cylindrical-coordinate representation of color #FE7CF1: hue angle of 306º 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 #FE7CF1 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 241 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.00 |
| HSL | 306º | 0.98% | 0.74% | - |
| HSV(B) | 306º | 0.51% | 1% | - |
| XYZ | 63.96 | 41.84 | 87.92 | - |
| YUV | 176.21 | 164.57 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 241 | 0 | 0.51 | 0.05 | 0.00 | 306 | 0.98 | 0.74 |
| Hex | FE | 7C | F1 | 0 | 33 | 5 | 0 | 132 | 62 | 4A |
| Octal | 376 | 174 | 361 | 0 | 63 | 5 | 0 | 462 | 142 | 112 |
| Binary | 11111110 | 1111100 | 11110001 | 0 | 110011 | 101 | 0 | 100110010 | 1100010 | 1001010 |
Color Harmonies of #FE7CF1
Complementary color
Monochromatic Colors of #FE7CF1
Black with #FE7CF1
Text Example
Text Example
White with #FE7CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7CF1; }
p { color: rgb(254,124,241); }
H1.HeaderClassName
{
color: #FE7CF1;
}
.AnyTagClassName
{
color: #FE7CF1;
}
</style>
background-color css
<style>
a { background-color: #FE7CF1; }
a { background-color: rgb(254,124,241); }
div.DivClassName
{
background-color: #FE7CF1;
}
.BgClassName
{
background-color: #FE7CF1;
}
</style>
border-color css
<style>
span { border-color: #FE7CF1; }
span { border-color: rgb(254,124,241); }
td.TdClassName
{
border-color: #FE7CF1;
}
.TagClassName
{
border-color: #FE7CF1;
}
</style>