Html Css Color HEX #F040E5 Free Speech Magenta
📋 copy color: '#F040E5'red 240 ◦ green 64 ◦ blue 229
Shades of Free Speech Magenta #F040E5
Tints of Free Speech Magenta #F040E5
RGB
CMYK
RGB Variations
Color information
#F040E5 (or 0xF040E5) is known color: Free Speech Magenta. HEX triplet: F0, 40 and E5. RGB value is (240,64,229). Sum of RGB (Red+Green+Blue) = 240+64+229=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 64 (25.39% from 255 or 12.01% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F040E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040E5 is #0FBF1A. Grayscale: #868686. Windows color (decimal): -1031963 or 15024368. OLE color: 15024368.
HSL color Cylindrical-coordinate representation of color #F040E5: hue angle of 303.75º 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 #F040E5 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 229 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.06 |
| HSL | 303.75º | 0.85% | 0.6% | - |
| HSV(B) | 303.75º | 0.73% | 0.94% | - |
| XYZ | 51.91 | 27.85 | 76.77 | - |
| YUV | 135.43 | 180.81 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 229 | 0 | 0.73 | 0.05 | 0.06 | 303.75 | 0.85 | 0.6 |
| Hex | F0 | 40 | E5 | 0 | 49 | 5 | 6 | 130 | 55 | 3C |
| Octal | 360 | 100 | 345 | 0 | 111 | 5 | 6 | 460 | 125 | 74 |
| Binary | 11110000 | 1000000 | 11100101 | 0 | 1001001 | 101 | 110 | 100110000 | 1010101 | 111100 |
Color Harmonies of #F040E5
Complementary color
Monochromatic Colors of #F040E5
Black with #F040E5
Text Example
Text Example
White with #F040E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F040E5; }
p { color: rgb(240,64,229); }
H1.HeaderClassName
{
color: #F040E5;
}
.AnyTagClassName
{
color: #F040E5;
}
</style>
background-color css
<style>
a { background-color: #F040E5; }
a { background-color: rgb(240,64,229); }
div.DivClassName
{
background-color: #F040E5;
}
.BgClassName
{
background-color: #F040E5;
}
</style>
border-color css
<style>
span { border-color: #F040E5; }
span { border-color: rgb(240,64,229); }
td.TdClassName
{
border-color: #F040E5;
}
.TagClassName
{
border-color: #F040E5;
}
</style>