Shades of Magenta #F505EA
Tints of Magenta #F505EA
RGB
CMYK
RGB Variations
Color information
#F505EA (or 0xF505EA) is known color: Magenta. HEX triplet: F5, 05 and EA. RGB value is (245,5,234). Sum of RGB (Red+Green+Blue) = 245+5+234=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 5 (2.34% from 255 or 1.03% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F505EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F505EA is #0AFA15. Grayscale: #666666. Windows color (decimal): -719382 or 15336949. OLE color: 15336949.
HSL color Cylindrical-coordinate representation of color #F505EA: hue angle of 302.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F505EA is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 234 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.04 |
| HSL | 302.75º | 0.96% | 0.49% | - |
| HSV(B) | 302.75º | 0.98% | 0.96% | - |
| XYZ | 52.56 | 25.46 | 79.99 | - |
| YUV | 102.87 | 202.01 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 234 | 0 | 0.98 | 0.04 | 0.04 | 302.75 | 0.96 | 0.49 |
| Hex | F5 | 5 | EA | 0 | 62 | 4 | 4 | 12F | 60 | 31 |
| Octal | 365 | 5 | 352 | 0 | 142 | 4 | 4 | 457 | 140 | 61 |
| Binary | 11110101 | 101 | 11101010 | 0 | 1100010 | 100 | 100 | 100101111 | 1100000 | 110001 |
Color Harmonies of #F505EA
Complementary color
Monochromatic Colors of #F505EA
Black with #F505EA
Text Example
Text Example
White with #F505EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F505EA; }
p { color: rgb(245,5,234); }
H1.HeaderClassName
{
color: #F505EA;
}
.AnyTagClassName
{
color: #F505EA;
}
</style>
background-color css
<style>
a { background-color: #F505EA; }
a { background-color: rgb(245,5,234); }
div.DivClassName
{
background-color: #F505EA;
}
.BgClassName
{
background-color: #F505EA;
}
</style>
border-color css
<style>
span { border-color: #F505EA; }
span { border-color: rgb(245,5,234); }
td.TdClassName
{
border-color: #F505EA;
}
.TagClassName
{
border-color: #F505EA;
}
</style>