Shades of Magenta #F813FE
Tints of Magenta #F813FE
RGB
CMYK
RGB Variations
Color information
#F813FE (or 0xF813FE) is known color: Magenta. HEX triplet: F8, 13 and FE. RGB value is (248,19,254). Sum of RGB (Red+Green+Blue) = 248+19+254=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 19 (7.81% from 255 or 3.65% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #F813FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F813FE is #07EC01. Grayscale: #717171. Windows color (decimal): -519170 or 16651256. OLE color: 16651256.
HSL color Cylindrical-coordinate representation of color #F813FE: hue angle of 298.47º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F813FE is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 19 | 254 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.00 |
| HSL | 298.47º | 0.99% | 0.54% | - |
| HSV(B) | 298.47º | 0.93% | 1% | - |
| XYZ | 56.83 | 27.58 | 96.09 | - |
| YUV | 114.26 | 206.87 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 254 | 0.02 | 0.93 | 0 | 0.00 | 298.47 | 0.99 | 0.54 |
| Hex | F8 | 13 | FE | 2 | 5D | 0 | 0 | 12A | 63 | 36 |
| Octal | 370 | 23 | 376 | 2 | 135 | 0 | 0 | 452 | 143 | 66 |
| Binary | 11111000 | 10011 | 11111110 | 10 | 1011101 | 0 | 0 | 100101010 | 1100011 | 110110 |
Color Harmonies of #F813FE
Complementary color
Monochromatic Colors of #F813FE
Black with #F813FE
Text Example
Text Example
White with #F813FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F813FE; }
p { color: rgb(248,19,254); }
H1.HeaderClassName
{
color: #F813FE;
}
.AnyTagClassName
{
color: #F813FE;
}
</style>
background-color css
<style>
a { background-color: #F813FE; }
a { background-color: rgb(248,19,254); }
div.DivClassName
{
background-color: #F813FE;
}
.BgClassName
{
background-color: #F813FE;
}
</style>
border-color css
<style>
span { border-color: #F813FE; }
span { border-color: rgb(248,19,254); }
td.TdClassName
{
border-color: #F813FE;
}
.TagClassName
{
border-color: #F813FE;
}
</style>