Shades of Magenta #F818FA
Tints of Magenta #F818FA
RGB
CMYK
RGB Variations
Color information
#F818FA (or 0xF818FA) is known color: Magenta. HEX triplet: F8, 18 and FA. RGB value is (248,24,250). Sum of RGB (Red+Green+Blue) = 248+24+250=522 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.51% from 522); Green value is 24 (9.77% from 255 or 4.60% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #F818FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F818FA is #07E705. Grayscale: #747474. Windows color (decimal): -517894 or 16390392. OLE color: 16390392.
HSL color Cylindrical-coordinate representation of color #F818FA: hue angle of 299.47º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F818FA is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 24 | 250 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.02 |
| HSL | 299.47º | 0.96% | 0.54% | - |
| HSV(B) | 299.47º | 0.9% | 0.98% | - |
| XYZ | 56.29 | 27.51 | 92.79 | - |
| YUV | 116.74 | 203.21 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 250 | 0.01 | 0.90 | 0 | 0.02 | 299.47 | 0.96 | 0.54 |
| Hex | F8 | 18 | FA | 1 | 5A | 0 | 2 | 12B | 60 | 36 |
| Octal | 370 | 30 | 372 | 1 | 132 | 0 | 2 | 453 | 140 | 66 |
| Binary | 11111000 | 11000 | 11111010 | 1 | 1011010 | 0 | 10 | 100101011 | 1100000 | 110110 |
Color Harmonies of #F818FA
Complementary color
Monochromatic Colors of #F818FA
Black with #F818FA
Text Example
Text Example
White with #F818FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F818FA; }
p { color: rgb(248,24,250); }
H1.HeaderClassName
{
color: #F818FA;
}
.AnyTagClassName
{
color: #F818FA;
}
</style>
background-color css
<style>
a { background-color: #F818FA; }
a { background-color: rgb(248,24,250); }
div.DivClassName
{
background-color: #F818FA;
}
.BgClassName
{
background-color: #F818FA;
}
</style>
border-color css
<style>
span { border-color: #F818FA; }
span { border-color: rgb(248,24,250); }
td.TdClassName
{
border-color: #F818FA;
}
.TagClassName
{
border-color: #F818FA;
}
</style>