Shades of Magenta #FE07F8
Tints of Magenta #FE07F8
RGB
CMYK
RGB Variations
Color information
#FE07F8 (or 0xFE07F8) is known color: Magenta. HEX triplet: FE, 07 and F8. RGB value is (254,7,248). Sum of RGB (Red+Green+Blue) = 254+7+248=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 7 (3.12% from 255 or 1.38% from 509); Blue value is 248 (97.27% from 255 or 48.72% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE07F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE07F8 is #01F807. Grayscale: #6B6B6B. Windows color (decimal): -129032 or 16254974. OLE color: 16254974.
HSL color Cylindrical-coordinate representation of color #FE07F8: hue angle of 301.46º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE07F8 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 248 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.00 |
| HSL | 301.46º | 0.99% | 0.51% | - |
| HSV(B) | 301.46º | 0.97% | 1% | - |
| XYZ | 57.89 | 28 | 91.16 | - |
| YUV | 108.33 | 206.83 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 248 | 0 | 0.97 | 0.02 | 0.00 | 301.46 | 0.99 | 0.51 |
| Hex | FE | 7 | F8 | 0 | 61 | 2 | 0 | 12D | 63 | 33 |
| Octal | 376 | 7 | 370 | 0 | 141 | 2 | 0 | 455 | 143 | 63 |
| Binary | 11111110 | 111 | 11111000 | 0 | 1100001 | 10 | 0 | 100101101 | 1100011 | 110011 |
Color Harmonies of #FE07F8
Complementary color
Monochromatic Colors of #FE07F8
Black with #FE07F8
Text Example
Text Example
White with #FE07F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE07F8; }
p { color: rgb(254,7,248); }
H1.HeaderClassName
{
color: #FE07F8;
}
.AnyTagClassName
{
color: #FE07F8;
}
</style>
background-color css
<style>
a { background-color: #FE07F8; }
a { background-color: rgb(254,7,248); }
div.DivClassName
{
background-color: #FE07F8;
}
.BgClassName
{
background-color: #FE07F8;
}
</style>
border-color css
<style>
span { border-color: #FE07F8; }
span { border-color: rgb(254,7,248); }
td.TdClassName
{
border-color: #FE07F8;
}
.TagClassName
{
border-color: #FE07F8;
}
</style>