Html Css Color HEX #F058EC Free Speech Magenta
📋 copy color: '#F058EC'red 240 ◦ green 88 ◦ blue 236
Shades of Free Speech Magenta #F058EC
Tints of Free Speech Magenta #F058EC
RGB
CMYK
RGB Variations
Color information
#F058EC (or 0xF058EC) is known color: Free Speech Magenta. HEX triplet: F0, 58 and EC. RGB value is (240,88,236). Sum of RGB (Red+Green+Blue) = 240+88+236=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 88 (34.77% from 255 or 15.60% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F058EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F058EC is #0FA713. Grayscale: #959595. Windows color (decimal): -1025812 or 15489264. OLE color: 15489264.
HSL color Cylindrical-coordinate representation of color #F058EC: hue angle of 301.58º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F058EC is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 236 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.06 |
| HSL | 301.58º | 0.84% | 0.64% | - |
| HSV(B) | 301.58º | 0.63% | 0.94% | - |
| XYZ | 54.57 | 31.56 | 82.57 | - |
| YUV | 150.32 | 176.36 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 236 | 0 | 0.63 | 0.02 | 0.06 | 301.58 | 0.84 | 0.64 |
| Hex | F0 | 58 | EC | 0 | 3F | 2 | 6 | 12E | 54 | 40 |
| Octal | 360 | 130 | 354 | 0 | 77 | 2 | 6 | 456 | 124 | 100 |
| Binary | 11110000 | 1011000 | 11101100 | 0 | 111111 | 10 | 110 | 100101110 | 1010100 | 1000000 |
Color Harmonies of #F058EC
Complementary color
Monochromatic Colors of #F058EC
Black with #F058EC
Text Example
Text Example
White with #F058EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F058EC; }
p { color: rgb(240,88,236); }
H1.HeaderClassName
{
color: #F058EC;
}
.AnyTagClassName
{
color: #F058EC;
}
</style>
background-color css
<style>
a { background-color: #F058EC; }
a { background-color: rgb(240,88,236); }
div.DivClassName
{
background-color: #F058EC;
}
.BgClassName
{
background-color: #F058EC;
}
</style>
border-color css
<style>
span { border-color: #F058EC; }
span { border-color: rgb(240,88,236); }
td.TdClassName
{
border-color: #F058EC;
}
.TagClassName
{
border-color: #F058EC;
}
</style>