Shades of Magenta #F801FA
Tints of Magenta #F801FA
RGB
CMYK
RGB Variations
Color information
#F801FA (or 0xF801FA) is known color: Magenta. HEX triplet: F8, 01 and FA. RGB value is (248,1,250). Sum of RGB (Red+Green+Blue) = 248+1+250=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 1 (0.78% from 255 or 0.20% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #F801FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F801FA is #07FE05. Grayscale: #666666. Windows color (decimal): -523782 or 16384504. OLE color: 16384504.
HSL color Cylindrical-coordinate representation of color #F801FA: hue angle of 299.52º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F801FA is Cyan = 0.01, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 1 | 250 | - |
| CMYK | 0.01 | 1.00 | 0 | 0.02 |
| HSL | 299.52º | 0.99% | 0.49% | - |
| HSV(B) | 299.52º | 1% | 0.98% | - |
| XYZ | 55.98 | 26.88 | 92.68 | - |
| YUV | 103.24 | 210.83 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 250 | 0.01 | 1.00 | 0 | 0.02 | 299.52 | 0.99 | 0.49 |
| Hex | F8 | 1 | FA | 1 | 64 | 0 | 2 | 12C | 63 | 31 |
| Octal | 370 | 1 | 372 | 1 | 144 | 0 | 2 | 454 | 143 | 61 |
| Binary | 11111000 | 1 | 11111010 | 1 | 1100100 | 0 | 10 | 100101100 | 1100011 | 110001 |
Color Harmonies of #F801FA
Complementary color
Monochromatic Colors of #F801FA
Black with #F801FA
Text Example
Text Example
White with #F801FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F801FA; }
p { color: rgb(248,1,250); }
H1.HeaderClassName
{
color: #F801FA;
}
.AnyTagClassName
{
color: #F801FA;
}
</style>
background-color css
<style>
a { background-color: #F801FA; }
a { background-color: rgb(248,1,250); }
div.DivClassName
{
background-color: #F801FA;
}
.BgClassName
{
background-color: #F801FA;
}
</style>
border-color css
<style>
span { border-color: #F801FA; }
span { border-color: rgb(248,1,250); }
td.TdClassName
{
border-color: #F801FA;
}
.TagClassName
{
border-color: #F801FA;
}
</style>