Shades of Magenta #F50AFC
Tints of Magenta #F50AFC
RGB
CMYK
RGB Variations
Color information
#F50AFC (or 0xF50AFC) is known color: Magenta. HEX triplet: F5, 0A and FC. RGB value is (245,10,252). Sum of RGB (Red+Green+Blue) = 245+10+252=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 10 (4.30% from 255 or 1.97% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #F50AFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F50AFC is #0AF503. Grayscale: #6B6B6B. Windows color (decimal): -718084 or 16517877. OLE color: 16517877.
HSL color Cylindrical-coordinate representation of color #F50AFC: hue angle of 298.26º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50AFC is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 10 | 252 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.01 |
| HSL | 298.26º | 0.98% | 0.51% | - |
| HSV(B) | 298.26º | 0.96% | 0.99% | - |
| XYZ | 55.34 | 26.66 | 94.32 | - |
| YUV | 107.85 | 209.36 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 10 | 252 | 0.03 | 0.96 | 0 | 0.01 | 298.26 | 0.98 | 0.51 |
| Hex | F5 | A | FC | 3 | 60 | 0 | 1 | 12A | 62 | 33 |
| Octal | 365 | 12 | 374 | 3 | 140 | 0 | 1 | 452 | 142 | 63 |
| Binary | 11110101 | 1010 | 11111100 | 11 | 1100000 | 0 | 1 | 100101010 | 1100010 | 110011 |
Color Harmonies of #F50AFC
Complementary color
Monochromatic Colors of #F50AFC
Black with #F50AFC
Text Example
Text Example
White with #F50AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50AFC; }
p { color: rgb(245,10,252); }
H1.HeaderClassName
{
color: #F50AFC;
}
.AnyTagClassName
{
color: #F50AFC;
}
</style>
background-color css
<style>
a { background-color: #F50AFC; }
a { background-color: rgb(245,10,252); }
div.DivClassName
{
background-color: #F50AFC;
}
.BgClassName
{
background-color: #F50AFC;
}
</style>
border-color css
<style>
span { border-color: #F50AFC; }
span { border-color: rgb(245,10,252); }
td.TdClassName
{
border-color: #F50AFC;
}
.TagClassName
{
border-color: #F50AFC;
}
</style>