Shades of Magenta #F800FC
Tints of Magenta #F800FC
RGB
CMYK
RGB Variations
Color information
#F800FC (or 0xF800FC) is known color: Magenta. HEX triplet: F8, 00 and FC. RGB value is (248,0,252). Sum of RGB (Red+Green+Blue) = 248+0+252=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 0 (0.39% from 255 or 0% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #F800FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F800FC is #07FF03. Grayscale: #666666. Windows color (decimal): -524036 or 16515320. OLE color: 16515320.
HSL color Cylindrical-coordinate representation of color #F800FC: hue angle of 299.05º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F800FC is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 0 | 252 | - |
| CMYK | 0.02 | 1 | 0 | 0.01 |
| HSL | 299.05º | 1% | 0.49% | - |
| HSV(B) | 299.05º | 1% | 0.99% | - |
| XYZ | 56.28 | 26.98 | 94.34 | - |
| YUV | 102.88 | 212.16 | 231.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 252 | 0.02 | 1 | 0 | 0.01 | 299.05 | 1 | 0.49 |
| Hex | F8 | 0 | FC | 2 | 64 | 0 | 1 | 12B | 64 | 31 |
| Octal | 370 | 0 | 374 | 2 | 144 | 0 | 1 | 453 | 144 | 61 |
| Binary | 11111000 | 0 | 11111100 | 10 | 1100100 | 0 | 1 | 100101011 | 1100100 | 110001 |
Color Harmonies of #F800FC
Complementary color
Monochromatic Colors of #F800FC
Black with #F800FC
Text Example
Text Example
White with #F800FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F800FC; }
p { color: rgb(248,0,252); }
H1.HeaderClassName
{
color: #F800FC;
}
.AnyTagClassName
{
color: #F800FC;
}
</style>
background-color css
<style>
a { background-color: #F800FC; }
a { background-color: rgb(248,0,252); }
div.DivClassName
{
background-color: #F800FC;
}
.BgClassName
{
background-color: #F800FC;
}
</style>
border-color css
<style>
span { border-color: #F800FC; }
span { border-color: rgb(248,0,252); }
td.TdClassName
{
border-color: #F800FC;
}
.TagClassName
{
border-color: #F800FC;
}
</style>