Shades of Magenta #F816FF
Tints of Magenta #F816FF
RGB
CMYK
RGB Variations
Color information
#F816FF (or 0xF816FF) is known color: Magenta. HEX triplet: F8, 16 and FF. RGB value is (248,22,255). Sum of RGB (Red+Green+Blue) = 248+22+255=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 22 (8.98% from 255 or 4.19% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #F816FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F816FF is #07E900. Grayscale: #737373. Windows color (decimal): -518401 or 16717560. OLE color: 16717560.
HSL color Cylindrical-coordinate representation of color #F816FF: hue angle of 298.2º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F816FF is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 22 | 255 | - |
| CMYK | 0.03 | 0.91 | 0 | 0 |
| HSL | 298.2º | 1% | 0.54% | - |
| HSV(B) | 298.2º | 0.91% | 1% | - |
| XYZ | 57.05 | 27.75 | 96.96 | - |
| YUV | 116.14 | 206.37 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 255 | 0.03 | 0.91 | 0 | 0 | 298.2 | 1 | 0.54 |
| Hex | F8 | 16 | FF | 3 | 5B | 0 | 0 | 12A | 64 | 36 |
| Octal | 370 | 26 | 377 | 3 | 133 | 0 | 0 | 452 | 144 | 66 |
| Binary | 11111000 | 10110 | 11111111 | 11 | 1011011 | 0 | 0 | 100101010 | 1100100 | 110110 |
Color Harmonies of #F816FF
Complementary color
Monochromatic Colors of #F816FF
Black with #F816FF
Text Example
Text Example
White with #F816FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F816FF; }
p { color: rgb(248,22,255); }
H1.HeaderClassName
{
color: #F816FF;
}
.AnyTagClassName
{
color: #F816FF;
}
</style>
background-color css
<style>
a { background-color: #F816FF; }
a { background-color: rgb(248,22,255); }
div.DivClassName
{
background-color: #F816FF;
}
.BgClassName
{
background-color: #F816FF;
}
</style>
border-color css
<style>
span { border-color: #F816FF; }
span { border-color: rgb(248,22,255); }
td.TdClassName
{
border-color: #F816FF;
}
.TagClassName
{
border-color: #F816FF;
}
</style>