Shades of Magenta #F505FC
Tints of Magenta #F505FC
RGB
CMYK
RGB Variations
Color information
#F505FC (or 0xF505FC) is known color: Magenta. HEX triplet: F5, 05 and FC. RGB value is (245,5,252). Sum of RGB (Red+Green+Blue) = 245+5+252=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 5 (2.34% from 255 or 1.00% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #F505FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F505FC is #0AFA03. Grayscale: #686868. Windows color (decimal): -719364 or 16516597. OLE color: 16516597.
HSL color Cylindrical-coordinate representation of color #F505FC: hue angle of 298.3º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F505FC is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 5 | 252 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.01 |
| HSL | 298.3º | 0.98% | 0.5% | - |
| HSV(B) | 298.3º | 0.98% | 0.99% | - |
| XYZ | 55.28 | 26.55 | 94.31 | - |
| YUV | 104.92 | 211.01 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 252 | 0.03 | 0.98 | 0 | 0.01 | 298.3 | 0.98 | 0.5 |
| Hex | F5 | 5 | FC | 3 | 62 | 0 | 1 | 12A | 62 | 32 |
| Octal | 365 | 5 | 374 | 3 | 142 | 0 | 1 | 452 | 142 | 62 |
| Binary | 11110101 | 101 | 11111100 | 11 | 1100010 | 0 | 1 | 100101010 | 1100010 | 110010 |
Color Harmonies of #F505FC
Complementary color
Monochromatic Colors of #F505FC
Black with #F505FC
Text Example
Text Example
White with #F505FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F505FC; }
p { color: rgb(245,5,252); }
H1.HeaderClassName
{
color: #F505FC;
}
.AnyTagClassName
{
color: #F505FC;
}
</style>
background-color css
<style>
a { background-color: #F505FC; }
a { background-color: rgb(245,5,252); }
div.DivClassName
{
background-color: #F505FC;
}
.BgClassName
{
background-color: #F505FC;
}
</style>
border-color css
<style>
span { border-color: #F505FC; }
span { border-color: rgb(245,5,252); }
td.TdClassName
{
border-color: #F505FC;
}
.TagClassName
{
border-color: #F505FC;
}
</style>