Shades of Magenta #F500F1
Tints of Magenta #F500F1
RGB
CMYK
RGB Variations
Color information
#F500F1 (or 0xF500F1) is known color: Magenta. HEX triplet: F5, 00 and F1. RGB value is (245,0,241). Sum of RGB (Red+Green+Blue) = 245+0+241=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 0 (0.39% from 255 or 0% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F500F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F500F1 is #0AFF0E. Grayscale: #646464. Windows color (decimal): -720655 or 15794421. OLE color: 15794421.
HSL color Cylindrical-coordinate representation of color #F500F1: hue angle of 300.98º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F500F1 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 241 | - |
| CMYK | 0 | 1 | 0.02 | 0.04 |
| HSL | 300.98º | 1% | 0.48% | - |
| HSV(B) | 300.98º | 1% | 0.96% | - |
| XYZ | 53.53 | 25.76 | 85.37 | - |
| YUV | 100.73 | 207.17 | 230.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 241 | 0 | 1 | 0.02 | 0.04 | 300.98 | 1 | 0.48 |
| Hex | F5 | 0 | F1 | 0 | 64 | 2 | 4 | 12D | 64 | 30 |
| Octal | 365 | 0 | 361 | 0 | 144 | 2 | 4 | 455 | 144 | 60 |
| Binary | 11110101 | 0 | 11110001 | 0 | 1100100 | 10 | 100 | 100101101 | 1100100 | 110000 |
Color Harmonies of #F500F1
Complementary color
Monochromatic Colors of #F500F1
Black with #F500F1
Text Example
Text Example
White with #F500F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F500F1; }
p { color: rgb(245,0,241); }
H1.HeaderClassName
{
color: #F500F1;
}
.AnyTagClassName
{
color: #F500F1;
}
</style>
background-color css
<style>
a { background-color: #F500F1; }
a { background-color: rgb(245,0,241); }
div.DivClassName
{
background-color: #F500F1;
}
.BgClassName
{
background-color: #F500F1;
}
</style>
border-color css
<style>
span { border-color: #F500F1; }
span { border-color: rgb(245,0,241); }
td.TdClassName
{
border-color: #F500F1;
}
.TagClassName
{
border-color: #F500F1;
}
</style>