Shades of Magenta #F807FE
Tints of Magenta #F807FE
RGB
CMYK
RGB Variations
Color information
#F807FE (or 0xF807FE) is known color: Magenta. HEX triplet: F8, 07 and FE. RGB value is (248,7,254). Sum of RGB (Red+Green+Blue) = 248+7+254=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 7 (3.12% from 255 or 1.38% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #F807FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F807FE is #07F801. Grayscale: #6A6A6A. Windows color (decimal): -522242 or 16648184. OLE color: 16648184.
HSL color Cylindrical-coordinate representation of color #F807FE: 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 #F807FE is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 7 | 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.68 | 27.26 | 96.04 | - |
| YUV | 107.22 | 210.84 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 254 | 0.02 | 0.97 | 0 | 0.00 | 298.54 | 0.99 | 0.51 |
| Hex | F8 | 7 | FE | 2 | 61 | 0 | 0 | 12B | 63 | 33 |
| Octal | 370 | 7 | 376 | 2 | 141 | 0 | 0 | 453 | 143 | 63 |
| Binary | 11111000 | 111 | 11111110 | 10 | 1100001 | 0 | 0 | 100101011 | 1100011 | 110011 |
Color Harmonies of #F807FE
Complementary color
Monochromatic Colors of #F807FE
Black with #F807FE
Text Example
Text Example
White with #F807FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F807FE; }
p { color: rgb(248,7,254); }
H1.HeaderClassName
{
color: #F807FE;
}
.AnyTagClassName
{
color: #F807FE;
}
</style>
background-color css
<style>
a { background-color: #F807FE; }
a { background-color: rgb(248,7,254); }
div.DivClassName
{
background-color: #F807FE;
}
.BgClassName
{
background-color: #F807FE;
}
</style>
border-color css
<style>
span { border-color: #F807FE; }
span { border-color: rgb(248,7,254); }
td.TdClassName
{
border-color: #F807FE;
}
.TagClassName
{
border-color: #F807FE;
}
</style>