Html Css Color HEX #F040E3 Free Speech Magenta
📋 copy color: '#F040E3'red 240 ◦ green 64 ◦ blue 227
Shades of Free Speech Magenta #F040E3
Tints of Free Speech Magenta #F040E3
RGB
CMYK
RGB Variations
Color information
#F040E3 (or 0xF040E3) is known color: Free Speech Magenta. HEX triplet: F0, 40 and E3. RGB value is (240,64,227). Sum of RGB (Red+Green+Blue) = 240+64+227=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 64 (25.39% from 255 or 12.05% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F040E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F040E3 is #0FBF1C. Grayscale: #868686. Windows color (decimal): -1031965 or 14893296. OLE color: 14893296.
HSL color Cylindrical-coordinate representation of color #F040E3: hue angle of 304.43º 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 #F040E3 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 227 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.06 |
| HSL | 304.43º | 0.85% | 0.6% | - |
| HSV(B) | 304.43º | 0.73% | 0.94% | - |
| XYZ | 51.63 | 27.74 | 75.31 | - |
| YUV | 135.21 | 179.81 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 227 | 0 | 0.73 | 0.05 | 0.06 | 304.43 | 0.85 | 0.6 |
| Hex | F0 | 40 | E3 | 0 | 49 | 5 | 6 | 130 | 55 | 3C |
| Octal | 360 | 100 | 343 | 0 | 111 | 5 | 6 | 460 | 125 | 74 |
| Binary | 11110000 | 1000000 | 11100011 | 0 | 1001001 | 101 | 110 | 100110000 | 1010101 | 111100 |
Color Harmonies of #F040E3
Complementary color
Monochromatic Colors of #F040E3
Black with #F040E3
Text Example
Text Example
White with #F040E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F040E3; }
p { color: rgb(240,64,227); }
H1.HeaderClassName
{
color: #F040E3;
}
.AnyTagClassName
{
color: #F040E3;
}
</style>
background-color css
<style>
a { background-color: #F040E3; }
a { background-color: rgb(240,64,227); }
div.DivClassName
{
background-color: #F040E3;
}
.BgClassName
{
background-color: #F040E3;
}
</style>
border-color css
<style>
span { border-color: #F040E3; }
span { border-color: rgb(240,64,227); }
td.TdClassName
{
border-color: #F040E3;
}
.TagClassName
{
border-color: #F040E3;
}
</style>