Html Css Color HEX #F040EE Free Speech Magenta
📋 copy color: '#F040EE'red 240 ◦ green 64 ◦ blue 238
Shades of Free Speech Magenta #F040EE
Tints of Free Speech Magenta #F040EE
RGB
CMYK
RGB Variations
Color information
#F040EE (or 0xF040EE) is known color: Free Speech Magenta. HEX triplet: F0, 40 and EE. RGB value is (240,64,238). Sum of RGB (Red+Green+Blue) = 240+64+238=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 64 (25.39% from 255 or 11.81% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F040EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F040EE is #0FBF11. Grayscale: #878787. Windows color (decimal): -1031954 or 15614192. OLE color: 15614192.
HSL color Cylindrical-coordinate representation of color #F040EE: hue angle of 300.68º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F040EE is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 238 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.06 |
| HSL | 300.68º | 0.85% | 0.6% | - |
| HSV(B) | 300.68º | 0.73% | 0.94% | - |
| XYZ | 53.2 | 28.37 | 83.56 | - |
| YUV | 136.46 | 185.31 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 238 | 0 | 0.73 | 0.01 | 0.06 | 300.68 | 0.85 | 0.6 |
| Hex | F0 | 40 | EE | 0 | 49 | 1 | 6 | 12D | 55 | 3C |
| Octal | 360 | 100 | 356 | 0 | 111 | 1 | 6 | 455 | 125 | 74 |
| Binary | 11110000 | 1000000 | 11101110 | 0 | 1001001 | 1 | 110 | 100101101 | 1010101 | 111100 |
Color Harmonies of #F040EE
Complementary color
Monochromatic Colors of #F040EE
Black with #F040EE
Text Example
Text Example
White with #F040EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F040EE; }
p { color: rgb(240,64,238); }
H1.HeaderClassName
{
color: #F040EE;
}
.AnyTagClassName
{
color: #F040EE;
}
</style>
background-color css
<style>
a { background-color: #F040EE; }
a { background-color: rgb(240,64,238); }
div.DivClassName
{
background-color: #F040EE;
}
.BgClassName
{
background-color: #F040EE;
}
</style>
border-color css
<style>
span { border-color: #F040EE; }
span { border-color: rgb(240,64,238); }
td.TdClassName
{
border-color: #F040EE;
}
.TagClassName
{
border-color: #F040EE;
}
</style>