Shades of Magenta #FE27F7
Tints of Magenta #FE27F7
RGB
CMYK
RGB Variations
Color information
#FE27F7 (or 0xFE27F7) is known color: Magenta. HEX triplet: FE, 27 and F7. RGB value is (254,39,247). Sum of RGB (Red+Green+Blue) = 254+39+247=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 39 (15.62% from 255 or 7.22% from 540); Blue value is 247 (96.88% from 255 or 45.74% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE27F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE27F7 is #01D808. Grayscale: #7E7E7E. Windows color (decimal): -120841 or 16197630. OLE color: 16197630.
HSL color Cylindrical-coordinate representation of color #FE27F7: hue angle of 301.95º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE27F7 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 247 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.00 |
| HSL | 301.95º | 0.99% | 0.57% | - |
| HSV(B) | 301.95º | 0.85% | 1% | - |
| XYZ | 58.39 | 29.24 | 90.56 | - |
| YUV | 127 | 195.73 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 247 | 0 | 0.85 | 0.03 | 0.00 | 301.95 | 0.99 | 0.57 |
| Hex | FE | 27 | F7 | 0 | 55 | 3 | 0 | 12E | 63 | 39 |
| Octal | 376 | 47 | 367 | 0 | 125 | 3 | 0 | 456 | 143 | 71 |
| Binary | 11111110 | 100111 | 11110111 | 0 | 1010101 | 11 | 0 | 100101110 | 1100011 | 111001 |
Color Harmonies of #FE27F7
Complementary color
Monochromatic Colors of #FE27F7
Black with #FE27F7
Text Example
Text Example
White with #FE27F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE27F7; }
p { color: rgb(254,39,247); }
H1.HeaderClassName
{
color: #FE27F7;
}
.AnyTagClassName
{
color: #FE27F7;
}
</style>
background-color css
<style>
a { background-color: #FE27F7; }
a { background-color: rgb(254,39,247); }
div.DivClassName
{
background-color: #FE27F7;
}
.BgClassName
{
background-color: #FE27F7;
}
</style>
border-color css
<style>
span { border-color: #FE27F7; }
span { border-color: rgb(254,39,247); }
td.TdClassName
{
border-color: #FE27F7;
}
.TagClassName
{
border-color: #FE27F7;
}
</style>