Html Css Color HEX #F051EE Free Speech Magenta
📋 copy color: '#F051EE'red 240 ◦ green 81 ◦ blue 238
Shades of Free Speech Magenta #F051EE
Tints of Free Speech Magenta #F051EE
RGB
CMYK
RGB Variations
Color information
#F051EE (or 0xF051EE) is known color: Free Speech Magenta. HEX triplet: F0, 51 and EE. RGB value is (240,81,238). Sum of RGB (Red+Green+Blue) = 240+81+238=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 81 (32.03% from 255 or 14.49% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F051EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F051EE is #0FAE11. Grayscale: #919191. Windows color (decimal): -1027602 or 15618544. OLE color: 15618544.
HSL color Cylindrical-coordinate representation of color #F051EE: hue angle of 300.75º 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 #F051EE is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 81 | 238 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.06 |
| HSL | 300.75º | 0.84% | 0.63% | - |
| HSV(B) | 300.75º | 0.66% | 0.94% | - |
| XYZ | 54.31 | 30.58 | 83.93 | - |
| YUV | 146.44 | 179.68 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 238 | 0 | 0.66 | 0.01 | 0.06 | 300.75 | 0.84 | 0.63 |
| Hex | F0 | 51 | EE | 0 | 42 | 1 | 6 | 12D | 54 | 3F |
| Octal | 360 | 121 | 356 | 0 | 102 | 1 | 6 | 455 | 124 | 77 |
| Binary | 11110000 | 1010001 | 11101110 | 0 | 1000010 | 1 | 110 | 100101101 | 1010100 | 111111 |
Color Harmonies of #F051EE
Complementary color
Monochromatic Colors of #F051EE
Black with #F051EE
Text Example
Text Example
White with #F051EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F051EE; }
p { color: rgb(240,81,238); }
H1.HeaderClassName
{
color: #F051EE;
}
.AnyTagClassName
{
color: #F051EE;
}
</style>
background-color css
<style>
a { background-color: #F051EE; }
a { background-color: rgb(240,81,238); }
div.DivClassName
{
background-color: #F051EE;
}
.BgClassName
{
background-color: #F051EE;
}
</style>
border-color css
<style>
span { border-color: #F051EE; }
span { border-color: rgb(240,81,238); }
td.TdClassName
{
border-color: #F051EE;
}
.TagClassName
{
border-color: #F051EE;
}
</style>