Html Css Color HEX #F540ED Free Speech Magenta
📋 copy color: '#F540ED'red 245 ◦ green 64 ◦ blue 237
Shades of Free Speech Magenta #F540ED
Tints of Free Speech Magenta #F540ED
RGB
CMYK
RGB Variations
Color information
#F540ED (or 0xF540ED) is known color: Free Speech Magenta. HEX triplet: F5, 40 and ED. RGB value is (245,64,237). Sum of RGB (Red+Green+Blue) = 245+64+237=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 64 (25.39% from 255 or 11.72% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F540ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F540ED is #0ABF12. Grayscale: #898989. Windows color (decimal): -704275 or 15548661. OLE color: 15548661.
HSL color Cylindrical-coordinate representation of color #F540ED: hue angle of 302.65º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F540ED is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 237 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.04 |
| HSL | 302.65º | 0.9% | 0.61% | - |
| HSV(B) | 302.65º | 0.74% | 0.96% | - |
| XYZ | 54.78 | 29.19 | 82.87 | - |
| YUV | 137.84 | 183.97 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 237 | 0 | 0.74 | 0.03 | 0.04 | 302.65 | 0.9 | 0.61 |
| Hex | F5 | 40 | ED | 0 | 4A | 3 | 4 | 12F | 5A | 3D |
| Octal | 365 | 100 | 355 | 0 | 112 | 3 | 4 | 457 | 132 | 75 |
| Binary | 11110101 | 1000000 | 11101101 | 0 | 1001010 | 11 | 100 | 100101111 | 1011010 | 111101 |
Color Harmonies of #F540ED
Complementary color
Monochromatic Colors of #F540ED
Black with #F540ED
Text Example
Text Example
White with #F540ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F540ED; }
p { color: rgb(245,64,237); }
H1.HeaderClassName
{
color: #F540ED;
}
.AnyTagClassName
{
color: #F540ED;
}
</style>
background-color css
<style>
a { background-color: #F540ED; }
a { background-color: rgb(245,64,237); }
div.DivClassName
{
background-color: #F540ED;
}
.BgClassName
{
background-color: #F540ED;
}
</style>
border-color css
<style>
span { border-color: #F540ED; }
span { border-color: rgb(245,64,237); }
td.TdClassName
{
border-color: #F540ED;
}
.TagClassName
{
border-color: #F540ED;
}
</style>