Shades of Magenta #F505F9
Tints of Magenta #F505F9
RGB
CMYK
RGB Variations
Color information
#F505F9 (or 0xF505F9) is known color: Magenta. HEX triplet: F5, 05 and F9. RGB value is (245,5,249). Sum of RGB (Red+Green+Blue) = 245+5+249=499 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49.10% from 499); Green value is 5 (2.34% from 255 or 1.00% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #F505F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F505F9 is #0AFA06. Grayscale: #676767. Windows color (decimal): -719367 or 16319989. OLE color: 16319989.
HSL color Cylindrical-coordinate representation of color #F505F9: hue angle of 299.02º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F505F9 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 5 | 249 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.02 |
| HSL | 299.02º | 0.96% | 0.5% | - |
| HSV(B) | 299.02º | 0.98% | 0.98% | - |
| XYZ | 54.81 | 26.36 | 91.82 | - |
| YUV | 104.58 | 209.51 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 249 | 0.02 | 0.98 | 0 | 0.02 | 299.02 | 0.96 | 0.5 |
| Hex | F5 | 5 | F9 | 2 | 62 | 0 | 2 | 12B | 60 | 32 |
| Octal | 365 | 5 | 371 | 2 | 142 | 0 | 2 | 453 | 140 | 62 |
| Binary | 11110101 | 101 | 11111001 | 10 | 1100010 | 0 | 10 | 100101011 | 1100000 | 110010 |
Color Harmonies of #F505F9
Complementary color
Monochromatic Colors of #F505F9
Black with #F505F9
Text Example
Text Example
White with #F505F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F505F9; }
p { color: rgb(245,5,249); }
H1.HeaderClassName
{
color: #F505F9;
}
.AnyTagClassName
{
color: #F505F9;
}
</style>
background-color css
<style>
a { background-color: #F505F9; }
a { background-color: rgb(245,5,249); }
div.DivClassName
{
background-color: #F505F9;
}
.BgClassName
{
background-color: #F505F9;
}
</style>
border-color css
<style>
span { border-color: #F505F9; }
span { border-color: rgb(245,5,249); }
td.TdClassName
{
border-color: #F505F9;
}
.TagClassName
{
border-color: #F505F9;
}
</style>