Shades of Magenta #F815FF
Tints of Magenta #F815FF
RGB
CMYK
RGB Variations
Color information
#F815FF (or 0xF815FF) is known color: Magenta. HEX triplet: F8, 15 and FF. RGB value is (248,21,255). Sum of RGB (Red+Green+Blue) = 248+21+255=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 21 (8.59% from 255 or 4.01% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #F815FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F815FF is #07EA00. Grayscale: #727272. Windows color (decimal): -518657 or 16717304. OLE color: 16717304.
HSL color Cylindrical-coordinate representation of color #F815FF: hue angle of 298.21º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F815FF is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 21 | 255 | - |
| CMYK | 0.03 | 0.92 | 0 | 0 |
| HSL | 298.21º | 1% | 0.54% | - |
| HSV(B) | 298.21º | 0.92% | 1% | - |
| XYZ | 57.03 | 27.71 | 96.95 | - |
| YUV | 115.55 | 206.71 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 255 | 0.03 | 0.92 | 0 | 0 | 298.21 | 1 | 0.54 |
| Hex | F8 | 15 | FF | 3 | 5C | 0 | 0 | 12A | 64 | 36 |
| Octal | 370 | 25 | 377 | 3 | 134 | 0 | 0 | 452 | 144 | 66 |
| Binary | 11111000 | 10101 | 11111111 | 11 | 1011100 | 0 | 0 | 100101010 | 1100100 | 110110 |
Color Harmonies of #F815FF
Complementary color
Monochromatic Colors of #F815FF
Black with #F815FF
Text Example
Text Example
White with #F815FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F815FF; }
p { color: rgb(248,21,255); }
H1.HeaderClassName
{
color: #F815FF;
}
.AnyTagClassName
{
color: #F815FF;
}
</style>
background-color css
<style>
a { background-color: #F815FF; }
a { background-color: rgb(248,21,255); }
div.DivClassName
{
background-color: #F815FF;
}
.BgClassName
{
background-color: #F815FF;
}
</style>
border-color css
<style>
span { border-color: #F815FF; }
span { border-color: rgb(248,21,255); }
td.TdClassName
{
border-color: #F815FF;
}
.TagClassName
{
border-color: #F815FF;
}
</style>