Html Css Color HEX #F043ED Free Speech Magenta
📋 copy color: '#F043ED'red 240 ◦ green 67 ◦ blue 237
Shades of Free Speech Magenta #F043ED
Tints of Free Speech Magenta #F043ED
RGB
CMYK
RGB Variations
Color information
#F043ED (or 0xF043ED) is known color: Free Speech Magenta. HEX triplet: F0, 43 and ED. RGB value is (240,67,237). Sum of RGB (Red+Green+Blue) = 240+67+237=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 67 (26.56% from 255 or 12.32% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F043ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F043ED is #0FBC12. Grayscale: #898989. Windows color (decimal): -1031187 or 15549424. OLE color: 15549424.
HSL color Cylindrical-coordinate representation of color #F043ED: hue angle of 301.04º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F043ED is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 237 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.06 |
| HSL | 301.04º | 0.85% | 0.6% | - |
| HSV(B) | 301.04º | 0.72% | 0.94% | - |
| XYZ | 53.23 | 28.65 | 82.85 | - |
| YUV | 138.11 | 183.81 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 237 | 0 | 0.72 | 0.01 | 0.06 | 301.04 | 0.85 | 0.6 |
| Hex | F0 | 43 | ED | 0 | 48 | 1 | 6 | 12D | 55 | 3C |
| Octal | 360 | 103 | 355 | 0 | 110 | 1 | 6 | 455 | 125 | 74 |
| Binary | 11110000 | 1000011 | 11101101 | 0 | 1001000 | 1 | 110 | 100101101 | 1010101 | 111100 |
Color Harmonies of #F043ED
Complementary color
Monochromatic Colors of #F043ED
Black with #F043ED
Text Example
Text Example
White with #F043ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F043ED; }
p { color: rgb(240,67,237); }
H1.HeaderClassName
{
color: #F043ED;
}
.AnyTagClassName
{
color: #F043ED;
}
</style>
background-color css
<style>
a { background-color: #F043ED; }
a { background-color: rgb(240,67,237); }
div.DivClassName
{
background-color: #F043ED;
}
.BgClassName
{
background-color: #F043ED;
}
</style>
border-color css
<style>
span { border-color: #F043ED; }
span { border-color: rgb(240,67,237); }
td.TdClassName
{
border-color: #F043ED;
}
.TagClassName
{
border-color: #F043ED;
}
</style>