Html Css Color HEX #F053ED Free Speech Magenta
📋 copy color: '#F053ED'red 240 ◦ green 83 ◦ blue 237
Shades of Free Speech Magenta #F053ED
Tints of Free Speech Magenta #F053ED
RGB
CMYK
RGB Variations
Color information
#F053ED (or 0xF053ED) is known color: Free Speech Magenta. HEX triplet: F0, 53 and ED. RGB value is (240,83,237). Sum of RGB (Red+Green+Blue) = 240+83+237=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 83 (32.81% from 255 or 14.82% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F053ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F053ED is #0FAC12. Grayscale: #939393. Windows color (decimal): -1027091 or 15553520. OLE color: 15553520.
HSL color Cylindrical-coordinate representation of color #F053ED: hue angle of 301.15º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F053ED is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 237 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.06 |
| HSL | 301.15º | 0.84% | 0.63% | - |
| HSV(B) | 301.15º | 0.65% | 0.94% | - |
| XYZ | 54.31 | 30.83 | 83.21 | - |
| YUV | 147.5 | 178.51 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 237 | 0 | 0.65 | 0.01 | 0.06 | 301.15 | 0.84 | 0.63 |
| Hex | F0 | 53 | ED | 0 | 41 | 1 | 6 | 12D | 54 | 3F |
| Octal | 360 | 123 | 355 | 0 | 101 | 1 | 6 | 455 | 124 | 77 |
| Binary | 11110000 | 1010011 | 11101101 | 0 | 1000001 | 1 | 110 | 100101101 | 1010100 | 111111 |
Color Harmonies of #F053ED
Complementary color
Monochromatic Colors of #F053ED
Black with #F053ED
Text Example
Text Example
White with #F053ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F053ED; }
p { color: rgb(240,83,237); }
H1.HeaderClassName
{
color: #F053ED;
}
.AnyTagClassName
{
color: #F053ED;
}
</style>
background-color css
<style>
a { background-color: #F053ED; }
a { background-color: rgb(240,83,237); }
div.DivClassName
{
background-color: #F053ED;
}
.BgClassName
{
background-color: #F053ED;
}
</style>
border-color css
<style>
span { border-color: #F053ED; }
span { border-color: rgb(240,83,237); }
td.TdClassName
{
border-color: #F053ED;
}
.TagClassName
{
border-color: #F053ED;
}
</style>