Shades of Magenta #F800FE
Tints of Magenta #F800FE
RGB
CMYK
RGB Variations
Color information
#F800FE (or 0xF800FE) is known color: Magenta. HEX triplet: F8, 00 and FE. RGB value is (248,0,254). Sum of RGB (Red+Green+Blue) = 248+0+254=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 0 (0.39% from 255 or 0% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #F800FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F800FE is #07FF01. Grayscale: #666666. Windows color (decimal): -524034 or 16646392. OLE color: 16646392.
HSL color Cylindrical-coordinate representation of color #F800FE: hue angle of 298.58º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F800FE is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 0 | 254 | - |
| CMYK | 0.02 | 1 | 0 | 0.00 |
| HSL | 298.58º | 1% | 0.5% | - |
| HSV(B) | 298.58º | 1% | 1% | - |
| XYZ | 56.6 | 27.11 | 96.02 | - |
| YUV | 103.11 | 213.16 | 231.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 254 | 0.02 | 1 | 0 | 0.00 | 298.58 | 1 | 0.5 |
| Hex | F8 | 0 | FE | 2 | 64 | 0 | 0 | 12B | 64 | 32 |
| Octal | 370 | 0 | 376 | 2 | 144 | 0 | 0 | 453 | 144 | 62 |
| Binary | 11111000 | 0 | 11111110 | 10 | 1100100 | 0 | 0 | 100101011 | 1100100 | 110010 |
Color Harmonies of #F800FE
Complementary color
Monochromatic Colors of #F800FE
Black with #F800FE
Text Example
Text Example
White with #F800FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F800FE; }
p { color: rgb(248,0,254); }
H1.HeaderClassName
{
color: #F800FE;
}
.AnyTagClassName
{
color: #F800FE;
}
</style>
background-color css
<style>
a { background-color: #F800FE; }
a { background-color: rgb(248,0,254); }
div.DivClassName
{
background-color: #F800FE;
}
.BgClassName
{
background-color: #F800FE;
}
</style>
border-color css
<style>
span { border-color: #F800FE; }
span { border-color: rgb(248,0,254); }
td.TdClassName
{
border-color: #F800FE;
}
.TagClassName
{
border-color: #F800FE;
}
</style>