Shades of Magenta #F808FE
Tints of Magenta #F808FE
RGB
CMYK
RGB Variations
Color information
#F808FE (or 0xF808FE) is known color: Magenta. HEX triplet: F8, 08 and FE. RGB value is (248,8,254). Sum of RGB (Red+Green+Blue) = 248+8+254=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 8 (3.52% from 255 or 1.57% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #F808FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F808FE is #07F701. Grayscale: #6B6B6B. Windows color (decimal): -521986 or 16648440. OLE color: 16648440.
HSL color Cylindrical-coordinate representation of color #F808FE: hue angle of 298.54º 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 #F808FE is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 8 | 254 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.00 |
| HSL | 298.54º | 0.99% | 0.51% | - |
| HSV(B) | 298.54º | 0.97% | 1% | - |
| XYZ | 56.69 | 27.29 | 96.04 | - |
| YUV | 107.8 | 210.51 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 254 | 0.02 | 0.97 | 0 | 0.00 | 298.54 | 0.99 | 0.51 |
| Hex | F8 | 8 | FE | 2 | 61 | 0 | 0 | 12B | 63 | 33 |
| Octal | 370 | 10 | 376 | 2 | 141 | 0 | 0 | 453 | 143 | 63 |
| Binary | 11111000 | 1000 | 11111110 | 10 | 1100001 | 0 | 0 | 100101011 | 1100011 | 110011 |
Color Harmonies of #F808FE
Complementary color
Monochromatic Colors of #F808FE
Black with #F808FE
Text Example
Text Example
White with #F808FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F808FE; }
p { color: rgb(248,8,254); }
H1.HeaderClassName
{
color: #F808FE;
}
.AnyTagClassName
{
color: #F808FE;
}
</style>
background-color css
<style>
a { background-color: #F808FE; }
a { background-color: rgb(248,8,254); }
div.DivClassName
{
background-color: #F808FE;
}
.BgClassName
{
background-color: #F808FE;
}
</style>
border-color css
<style>
span { border-color: #F808FE; }
span { border-color: rgb(248,8,254); }
td.TdClassName
{
border-color: #F808FE;
}
.TagClassName
{
border-color: #F808FE;
}
</style>