Shades of Magenta #F509FB
Tints of Magenta #F509FB
RGB
CMYK
RGB Variations
Color information
#F509FB (or 0xF509FB) is known color: Magenta. HEX triplet: F5, 09 and FB. RGB value is (245,9,251). Sum of RGB (Red+Green+Blue) = 245+9+251=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 9 (3.91% from 255 or 1.78% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #F509FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F509FB is #0AF604. Grayscale: #6A6A6A. Windows color (decimal): -718341 or 16452085. OLE color: 16452085.
HSL color Cylindrical-coordinate representation of color #F509FB: hue angle of 298.51º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F509FB is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 9 | 251 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.02 |
| HSL | 298.51º | 0.97% | 0.51% | - |
| HSV(B) | 298.51º | 0.96% | 0.98% | - |
| XYZ | 55.17 | 26.57 | 93.49 | - |
| YUV | 107.15 | 209.19 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 251 | 0.02 | 0.96 | 0 | 0.02 | 298.51 | 0.97 | 0.51 |
| Hex | F5 | 9 | FB | 2 | 60 | 0 | 2 | 12B | 61 | 33 |
| Octal | 365 | 11 | 373 | 2 | 140 | 0 | 2 | 453 | 141 | 63 |
| Binary | 11110101 | 1001 | 11111011 | 10 | 1100000 | 0 | 10 | 100101011 | 1100001 | 110011 |
Color Harmonies of #F509FB
Complementary color
Monochromatic Colors of #F509FB
Black with #F509FB
Text Example
Text Example
White with #F509FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F509FB; }
p { color: rgb(245,9,251); }
H1.HeaderClassName
{
color: #F509FB;
}
.AnyTagClassName
{
color: #F509FB;
}
</style>
background-color css
<style>
a { background-color: #F509FB; }
a { background-color: rgb(245,9,251); }
div.DivClassName
{
background-color: #F509FB;
}
.BgClassName
{
background-color: #F509FB;
}
</style>
border-color css
<style>
span { border-color: #F509FB; }
span { border-color: rgb(245,9,251); }
td.TdClassName
{
border-color: #F509FB;
}
.TagClassName
{
border-color: #F509FB;
}
</style>