Shades of Magenta #F508EA
Tints of Magenta #F508EA
RGB
CMYK
RGB Variations
Color information
#F508EA (or 0xF508EA) is known color: Magenta. HEX triplet: F5, 08 and EA. RGB value is (245,8,234). Sum of RGB (Red+Green+Blue) = 245+8+234=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 8 (3.52% from 255 or 1.64% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F508EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F508EA is #0AF715. Grayscale: #676767. Windows color (decimal): -718614 or 15337717. OLE color: 15337717.
HSL color Cylindrical-coordinate representation of color #F508EA: hue angle of 302.78º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F508EA is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 234 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.04 |
| HSL | 302.78º | 0.94% | 0.5% | - |
| HSV(B) | 302.78º | 0.97% | 0.96% | - |
| XYZ | 52.59 | 25.53 | 80 | - |
| YUV | 104.63 | 201.02 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 234 | 0 | 0.97 | 0.04 | 0.04 | 302.78 | 0.94 | 0.5 |
| Hex | F5 | 8 | EA | 0 | 61 | 4 | 4 | 12F | 5E | 32 |
| Octal | 365 | 10 | 352 | 0 | 141 | 4 | 4 | 457 | 136 | 62 |
| Binary | 11110101 | 1000 | 11101010 | 0 | 1100001 | 100 | 100 | 100101111 | 1011110 | 110010 |
Color Harmonies of #F508EA
Complementary color
Monochromatic Colors of #F508EA
Black with #F508EA
Text Example
Text Example
White with #F508EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F508EA; }
p { color: rgb(245,8,234); }
H1.HeaderClassName
{
color: #F508EA;
}
.AnyTagClassName
{
color: #F508EA;
}
</style>
background-color css
<style>
a { background-color: #F508EA; }
a { background-color: rgb(245,8,234); }
div.DivClassName
{
background-color: #F508EA;
}
.BgClassName
{
background-color: #F508EA;
}
</style>
border-color css
<style>
span { border-color: #F508EA; }
span { border-color: rgb(245,8,234); }
td.TdClassName
{
border-color: #F508EA;
}
.TagClassName
{
border-color: #F508EA;
}
</style>