Shades of Magenta #F505FF
Tints of Magenta #F505FF
RGB
CMYK
RGB Variations
Color information
#F505FF (or 0xF505FF) is known color: Magenta. HEX triplet: F5, 05 and FF. RGB value is (245,5,255). Sum of RGB (Red+Green+Blue) = 245+5+255=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 5 (2.34% from 255 or 0.99% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #F505FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F505FF is #0AFA00. Grayscale: #686868. Windows color (decimal): -719361 or 16713205. OLE color: 16713205.
HSL color Cylindrical-coordinate representation of color #F505FF: hue angle of 297.6º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F505FF is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 5 | 255 | - |
| CMYK | 0.04 | 0.98 | 0 | 0 |
| HSL | 297.6º | 1% | 0.51% | - |
| HSV(B) | 297.6º | 0.98% | 1% | - |
| XYZ | 55.76 | 26.74 | 96.83 | - |
| YUV | 105.26 | 212.51 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 255 | 0.04 | 0.98 | 0 | 0 | 297.6 | 1 | 0.51 |
| Hex | F5 | 5 | FF | 4 | 62 | 0 | 0 | 12A | 64 | 33 |
| Octal | 365 | 5 | 377 | 4 | 142 | 0 | 0 | 452 | 144 | 63 |
| Binary | 11110101 | 101 | 11111111 | 100 | 1100010 | 0 | 0 | 100101010 | 1100100 | 110011 |
Color Harmonies of #F505FF
Complementary color
Monochromatic Colors of #F505FF
Black with #F505FF
Text Example
Text Example
White with #F505FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F505FF; }
p { color: rgb(245,5,255); }
H1.HeaderClassName
{
color: #F505FF;
}
.AnyTagClassName
{
color: #F505FF;
}
</style>
background-color css
<style>
a { background-color: #F505FF; }
a { background-color: rgb(245,5,255); }
div.DivClassName
{
background-color: #F505FF;
}
.BgClassName
{
background-color: #F505FF;
}
</style>
border-color css
<style>
span { border-color: #F505FF; }
span { border-color: rgb(245,5,255); }
td.TdClassName
{
border-color: #F505FF;
}
.TagClassName
{
border-color: #F505FF;
}
</style>