Shades of Magenta #F500FC
Tints of Magenta #F500FC
RGB
CMYK
RGB Variations
Color information
#F500FC (or 0xF500FC) is known color: Magenta. HEX triplet: F5, 00 and FC. RGB value is (245,0,252). Sum of RGB (Red+Green+Blue) = 245+0+252=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 0 (0.39% from 255 or 0% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #F500FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F500FC is #0AFF03. Grayscale: #656565. Windows color (decimal): -720644 or 16515317. OLE color: 16515317.
HSL color Cylindrical-coordinate representation of color #F500FC: hue angle of 298.33º 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 #F500FC is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 0 | 252 | - |
| CMYK | 0.03 | 1 | 0 | 0.01 |
| HSL | 298.33º | 1% | 0.49% | - |
| HSV(B) | 298.33º | 1% | 0.99% | - |
| XYZ | 55.23 | 26.44 | 94.29 | - |
| YUV | 101.98 | 212.67 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 252 | 0.03 | 1 | 0 | 0.01 | 298.33 | 1 | 0.49 |
| Hex | F5 | 0 | FC | 3 | 64 | 0 | 1 | 12A | 64 | 31 |
| Octal | 365 | 0 | 374 | 3 | 144 | 0 | 1 | 452 | 144 | 61 |
| Binary | 11110101 | 0 | 11111100 | 11 | 1100100 | 0 | 1 | 100101010 | 1100100 | 110001 |
Color Harmonies of #F500FC
Complementary color
Monochromatic Colors of #F500FC
Black with #F500FC
Text Example
Text Example
White with #F500FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F500FC; }
p { color: rgb(245,0,252); }
H1.HeaderClassName
{
color: #F500FC;
}
.AnyTagClassName
{
color: #F500FC;
}
</style>
background-color css
<style>
a { background-color: #F500FC; }
a { background-color: rgb(245,0,252); }
div.DivClassName
{
background-color: #F500FC;
}
.BgClassName
{
background-color: #F500FC;
}
</style>
border-color css
<style>
span { border-color: #F500FC; }
span { border-color: rgb(245,0,252); }
td.TdClassName
{
border-color: #F500FC;
}
.TagClassName
{
border-color: #F500FC;
}
</style>