Shades of Magenta #F50AFB
Tints of Magenta #F50AFB
RGB
CMYK
RGB Variations
Color information
#F50AFB (or 0xF50AFB) is known color: Magenta. HEX triplet: F5, 0A and FB. RGB value is (245,10,251). Sum of RGB (Red+Green+Blue) = 245+10+251=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 10 (4.30% from 255 or 1.98% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #F50AFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50AFB is #0AF504. Grayscale: #6B6B6B. Windows color (decimal): -718085 or 16452341. OLE color: 16452341.
HSL color Cylindrical-coordinate representation of color #F50AFB: 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 #F50AFB is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 10 | 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.18 | 26.59 | 93.49 | - |
| YUV | 107.74 | 208.86 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 10 | 251 | 0.02 | 0.96 | 0 | 0.02 | 298.51 | 0.97 | 0.51 |
| Hex | F5 | A | FB | 2 | 60 | 0 | 2 | 12B | 61 | 33 |
| Octal | 365 | 12 | 373 | 2 | 140 | 0 | 2 | 453 | 141 | 63 |
| Binary | 11110101 | 1010 | 11111011 | 10 | 1100000 | 0 | 10 | 100101011 | 1100001 | 110011 |
Color Harmonies of #F50AFB
Complementary color
Monochromatic Colors of #F50AFB
Black with #F50AFB
Text Example
Text Example
White with #F50AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50AFB; }
p { color: rgb(245,10,251); }
H1.HeaderClassName
{
color: #F50AFB;
}
.AnyTagClassName
{
color: #F50AFB;
}
</style>
background-color css
<style>
a { background-color: #F50AFB; }
a { background-color: rgb(245,10,251); }
div.DivClassName
{
background-color: #F50AFB;
}
.BgClassName
{
background-color: #F50AFB;
}
</style>
border-color css
<style>
span { border-color: #F50AFB; }
span { border-color: rgb(245,10,251); }
td.TdClassName
{
border-color: #F50AFB;
}
.TagClassName
{
border-color: #F50AFB;
}
</style>