Shades of Magenta #F505F0
Tints of Magenta #F505F0
RGB
CMYK
RGB Variations
Color information
#F505F0 (or 0xF505F0) is known color: Magenta. HEX triplet: F5, 05 and F0. RGB value is (245,5,240). Sum of RGB (Red+Green+Blue) = 245+5+240=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 5 (2.34% from 255 or 1.02% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F505F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F505F0 is #0AFA0F. Grayscale: #666666. Windows color (decimal): -719376 or 15730165. OLE color: 15730165.
HSL color Cylindrical-coordinate representation of color #F505F0: hue angle of 301.25º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F505F0 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 240 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.04 |
| HSL | 301.25º | 0.96% | 0.49% | - |
| HSV(B) | 301.25º | 0.98% | 0.96% | - |
| XYZ | 53.44 | 25.81 | 84.6 | - |
| YUV | 103.55 | 205.01 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 240 | 0 | 0.98 | 0.02 | 0.04 | 301.25 | 0.96 | 0.49 |
| Hex | F5 | 5 | F0 | 0 | 62 | 2 | 4 | 12D | 60 | 31 |
| Octal | 365 | 5 | 360 | 0 | 142 | 2 | 4 | 455 | 140 | 61 |
| Binary | 11110101 | 101 | 11110000 | 0 | 1100010 | 10 | 100 | 100101101 | 1100000 | 110001 |
Color Harmonies of #F505F0
Complementary color
Monochromatic Colors of #F505F0
Black with #F505F0
Text Example
Text Example
White with #F505F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F505F0; }
p { color: rgb(245,5,240); }
H1.HeaderClassName
{
color: #F505F0;
}
.AnyTagClassName
{
color: #F505F0;
}
</style>
background-color css
<style>
a { background-color: #F505F0; }
a { background-color: rgb(245,5,240); }
div.DivClassName
{
background-color: #F505F0;
}
.BgClassName
{
background-color: #F505F0;
}
</style>
border-color css
<style>
span { border-color: #F505F0; }
span { border-color: rgb(245,5,240); }
td.TdClassName
{
border-color: #F505F0;
}
.TagClassName
{
border-color: #F505F0;
}
</style>