Html Css Color HEX #F051ED Free Speech Magenta
📋 copy color: '#F051ED'red 240 ◦ green 81 ◦ blue 237
Shades of Free Speech Magenta #F051ED
Tints of Free Speech Magenta #F051ED
RGB
CMYK
RGB Variations
Color information
#F051ED (or 0xF051ED) is known color: Free Speech Magenta. HEX triplet: F0, 51 and ED. RGB value is (240,81,237). Sum of RGB (Red+Green+Blue) = 240+81+237=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 81 (32.03% from 255 or 14.52% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F051ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F051ED is #0FAE12. Grayscale: #919191. Windows color (decimal): -1027603 or 15553008. OLE color: 15553008.
HSL color Cylindrical-coordinate representation of color #F051ED: hue angle of 301.13º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F051ED is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 237 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.06 |
| HSL | 301.13º | 0.84% | 0.63% | - |
| HSV(B) | 301.13º | 0.66% | 0.94% | - |
| XYZ | 54.16 | 30.52 | 83.16 | - |
| YUV | 146.33 | 179.18 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 237 | 0 | 0.66 | 0.01 | 0.06 | 301.13 | 0.84 | 0.63 |
| Hex | F0 | 51 | ED | 0 | 42 | 1 | 6 | 12D | 54 | 3F |
| Octal | 360 | 121 | 355 | 0 | 102 | 1 | 6 | 455 | 124 | 77 |
| Binary | 11110000 | 1010001 | 11101101 | 0 | 1000010 | 1 | 110 | 100101101 | 1010100 | 111111 |
Color Harmonies of #F051ED
Complementary color
Monochromatic Colors of #F051ED
Black with #F051ED
Text Example
Text Example
White with #F051ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F051ED; }
p { color: rgb(240,81,237); }
H1.HeaderClassName
{
color: #F051ED;
}
.AnyTagClassName
{
color: #F051ED;
}
</style>
background-color css
<style>
a { background-color: #F051ED; }
a { background-color: rgb(240,81,237); }
div.DivClassName
{
background-color: #F051ED;
}
.BgClassName
{
background-color: #F051ED;
}
</style>
border-color css
<style>
span { border-color: #F051ED; }
span { border-color: rgb(240,81,237); }
td.TdClassName
{
border-color: #F051ED;
}
.TagClassName
{
border-color: #F051ED;
}
</style>