Html Css Color HEX #F058E0 Free Speech Magenta
📋 copy color: '#F058E0'red 240 ◦ green 88 ◦ blue 224
Shades of Free Speech Magenta #F058E0
Tints of Free Speech Magenta #F058E0
RGB
CMYK
RGB Variations
Color information
#F058E0 (or 0xF058E0) is known color: Free Speech Magenta. HEX triplet: F0, 58 and E0. RGB value is (240,88,224). Sum of RGB (Red+Green+Blue) = 240+88+224=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 88 (34.77% from 255 or 15.94% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F058E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F058E0 is #0FA71F. Grayscale: #949494. Windows color (decimal): -1025824 or 14702832. OLE color: 14702832.
HSL color Cylindrical-coordinate representation of color #F058E0: hue angle of 306.32º 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 #F058E0 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 224 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.06 |
| HSL | 306.32º | 0.84% | 0.64% | - |
| HSV(B) | 306.32º | 0.63% | 0.94% | - |
| XYZ | 52.88 | 30.89 | 73.7 | - |
| YUV | 148.95 | 170.36 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 224 | 0 | 0.63 | 0.07 | 0.06 | 306.32 | 0.84 | 0.64 |
| Hex | F0 | 58 | E0 | 0 | 3F | 7 | 6 | 132 | 54 | 40 |
| Octal | 360 | 130 | 340 | 0 | 77 | 7 | 6 | 462 | 124 | 100 |
| Binary | 11110000 | 1011000 | 11100000 | 0 | 111111 | 111 | 110 | 100110010 | 1010100 | 1000000 |
Color Harmonies of #F058E0
Complementary color
Monochromatic Colors of #F058E0
Black with #F058E0
Text Example
Text Example
White with #F058E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F058E0; }
p { color: rgb(240,88,224); }
H1.HeaderClassName
{
color: #F058E0;
}
.AnyTagClassName
{
color: #F058E0;
}
</style>
background-color css
<style>
a { background-color: #F058E0; }
a { background-color: rgb(240,88,224); }
div.DivClassName
{
background-color: #F058E0;
}
.BgClassName
{
background-color: #F058E0;
}
</style>
border-color css
<style>
span { border-color: #F058E0; }
span { border-color: rgb(240,88,224); }
td.TdClassName
{
border-color: #F058E0;
}
.TagClassName
{
border-color: #F058E0;
}
</style>