Html Css Color HEX #F040ED Free Speech Magenta
📋 copy color: '#F040ED'red 240 ◦ green 64 ◦ blue 237
Shades of Free Speech Magenta #F040ED
Tints of Free Speech Magenta #F040ED
RGB
CMYK
RGB Variations
Color information
#F040ED (or 0xF040ED) is known color: Free Speech Magenta. HEX triplet: F0, 40 and ED. RGB value is (240,64,237). Sum of RGB (Red+Green+Blue) = 240+64+237=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 64 (25.39% from 255 or 11.83% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F040ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F040ED is #0FBF12. Grayscale: #878787. Windows color (decimal): -1031955 or 15548656. OLE color: 15548656.
HSL color Cylindrical-coordinate representation of color #F040ED: hue angle of 301.02º 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 #F040ED is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 237 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.06 |
| HSL | 301.02º | 0.85% | 0.6% | - |
| HSV(B) | 301.02º | 0.73% | 0.94% | - |
| XYZ | 53.05 | 28.31 | 82.79 | - |
| YUV | 136.35 | 184.81 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 237 | 0 | 0.73 | 0.01 | 0.06 | 301.02 | 0.85 | 0.6 |
| Hex | F0 | 40 | ED | 0 | 49 | 1 | 6 | 12D | 55 | 3C |
| Octal | 360 | 100 | 355 | 0 | 111 | 1 | 6 | 455 | 125 | 74 |
| Binary | 11110000 | 1000000 | 11101101 | 0 | 1001001 | 1 | 110 | 100101101 | 1010101 | 111100 |
Color Harmonies of #F040ED
Complementary color
Monochromatic Colors of #F040ED
Black with #F040ED
Text Example
Text Example
White with #F040ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F040ED; }
p { color: rgb(240,64,237); }
H1.HeaderClassName
{
color: #F040ED;
}
.AnyTagClassName
{
color: #F040ED;
}
</style>
background-color css
<style>
a { background-color: #F040ED; }
a { background-color: rgb(240,64,237); }
div.DivClassName
{
background-color: #F040ED;
}
.BgClassName
{
background-color: #F040ED;
}
</style>
border-color css
<style>
span { border-color: #F040ED; }
span { border-color: rgb(240,64,237); }
td.TdClassName
{
border-color: #F040ED;
}
.TagClassName
{
border-color: #F040ED;
}
</style>