Html Css Color HEX #F550ED Free Speech Magenta
📋 copy color: '#F550ED'red 245 ◦ green 80 ◦ blue 237
Shades of Free Speech Magenta #F550ED
Tints of Free Speech Magenta #F550ED
RGB
CMYK
RGB Variations
Color information
#F550ED (or 0xF550ED) is known color: Free Speech Magenta. HEX triplet: F5, 50 and ED. RGB value is (245,80,237). Sum of RGB (Red+Green+Blue) = 245+80+237=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 80 (31.64% from 255 or 14.23% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F550ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F550ED is #0AAF12. Grayscale: #929292. Windows color (decimal): -700179 or 15552757. OLE color: 15552757.
HSL color Cylindrical-coordinate representation of color #F550ED: hue angle of 302.91º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F550ED is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 237 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.04 |
| HSL | 302.91º | 0.89% | 0.64% | - |
| HSV(B) | 302.91º | 0.67% | 0.96% | - |
| XYZ | 55.81 | 31.26 | 83.21 | - |
| YUV | 147.23 | 178.66 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 237 | 0 | 0.67 | 0.03 | 0.04 | 302.91 | 0.89 | 0.64 |
| Hex | F5 | 50 | ED | 0 | 43 | 3 | 4 | 12F | 59 | 40 |
| Octal | 365 | 120 | 355 | 0 | 103 | 3 | 4 | 457 | 131 | 100 |
| Binary | 11110101 | 1010000 | 11101101 | 0 | 1000011 | 11 | 100 | 100101111 | 1011001 | 1000000 |
Color Harmonies of #F550ED
Complementary color
Monochromatic Colors of #F550ED
Black with #F550ED
Text Example
Text Example
White with #F550ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F550ED; }
p { color: rgb(245,80,237); }
H1.HeaderClassName
{
color: #F550ED;
}
.AnyTagClassName
{
color: #F550ED;
}
</style>
background-color css
<style>
a { background-color: #F550ED; }
a { background-color: rgb(245,80,237); }
div.DivClassName
{
background-color: #F550ED;
}
.BgClassName
{
background-color: #F550ED;
}
</style>
border-color css
<style>
span { border-color: #F550ED; }
span { border-color: rgb(245,80,237); }
td.TdClassName
{
border-color: #F550ED;
}
.TagClassName
{
border-color: #F550ED;
}
</style>