Shades of Pale Magenta #FE79F0
Tints of Pale Magenta #FE79F0
RGB
CMYK
RGB Variations
Color information
#FE79F0 (or 0xFE79F0) is known color: Pale Magenta. HEX triplet: FE, 79 and F0. RGB value is (254,121,240). Sum of RGB (Red+Green+Blue) = 254+121+240=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 121 (47.66% from 255 or 19.67% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE79F0 is #01860F. Grayscale: #ADADAD. Windows color (decimal): -99856 or 15759870. OLE color: 15759870.
HSL color Cylindrical-coordinate representation of color #FE79F0: hue angle of 306.32º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE79F0 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 121 | 240 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.00 |
| HSL | 306.32º | 0.99% | 0.74% | - |
| HSV(B) | 306.32º | 0.52% | 1% | - |
| XYZ | 63.44 | 41.04 | 87.02 | - |
| YUV | 174.33 | 165.06 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 121 | 240 | 0 | 0.52 | 0.06 | 0.00 | 306.32 | 0.99 | 0.74 |
| Hex | FE | 79 | F0 | 0 | 34 | 6 | 0 | 132 | 63 | 4A |
| Octal | 376 | 171 | 360 | 0 | 64 | 6 | 0 | 462 | 143 | 112 |
| Binary | 11111110 | 1111001 | 11110000 | 0 | 110100 | 110 | 0 | 100110010 | 1100011 | 1001010 |
Color Harmonies of #FE79F0
Complementary color
Monochromatic Colors of #FE79F0
Black with #FE79F0
Text Example
Text Example
White with #FE79F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE79F0; }
p { color: rgb(254,121,240); }
H1.HeaderClassName
{
color: #FE79F0;
}
.AnyTagClassName
{
color: #FE79F0;
}
</style>
background-color css
<style>
a { background-color: #FE79F0; }
a { background-color: rgb(254,121,240); }
div.DivClassName
{
background-color: #FE79F0;
}
.BgClassName
{
background-color: #FE79F0;
}
</style>
border-color css
<style>
span { border-color: #FE79F0; }
span { border-color: rgb(254,121,240); }
td.TdClassName
{
border-color: #FE79F0;
}
.TagClassName
{
border-color: #FE79F0;
}
</style>