Html Css Color HEX #F440ED Free Speech Magenta
📋 copy color: '#F440ED'red 244 ◦ green 64 ◦ blue 237
Shades of Free Speech Magenta #F440ED
Tints of Free Speech Magenta #F440ED
RGB
CMYK
RGB Variations
Color information
#F440ED (or 0xF440ED) is known color: Free Speech Magenta. HEX triplet: F4, 40 and ED. RGB value is (244,64,237). Sum of RGB (Red+Green+Blue) = 244+64+237=545 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.77% from 545); Green value is 64 (25.39% from 255 or 11.74% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 244 - color contains mainly: red. Hex color #F440ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F440ED is #0BBF12. Grayscale: #898989. Windows color (decimal): -769811 or 15548660. OLE color: 15548660.
HSL color Cylindrical-coordinate representation of color #F440ED: hue angle of 302.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F440ED is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 237 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.04 |
| HSL | 302.33º | 0.89% | 0.6% | - |
| HSV(B) | 302.33º | 0.74% | 0.96% | - |
| XYZ | 54.43 | 29.01 | 82.85 | - |
| YUV | 137.54 | 184.13 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 237 | 0 | 0.74 | 0.03 | 0.04 | 302.33 | 0.89 | 0.6 |
| Hex | F4 | 40 | ED | 0 | 4A | 3 | 4 | 12E | 59 | 3C |
| Octal | 364 | 100 | 355 | 0 | 112 | 3 | 4 | 456 | 131 | 74 |
| Binary | 11110100 | 1000000 | 11101101 | 0 | 1001010 | 11 | 100 | 100101110 | 1011001 | 111100 |
Color Harmonies of #F440ED
Complementary color
Monochromatic Colors of #F440ED
Black with #F440ED
Text Example
Text Example
White with #F440ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440ED; }
p { color: rgb(244,64,237); }
H1.HeaderClassName
{
color: #F440ED;
}
.AnyTagClassName
{
color: #F440ED;
}
</style>
background-color css
<style>
a { background-color: #F440ED; }
a { background-color: rgb(244,64,237); }
div.DivClassName
{
background-color: #F440ED;
}
.BgClassName
{
background-color: #F440ED;
}
</style>
border-color css
<style>
span { border-color: #F440ED; }
span { border-color: rgb(244,64,237); }
td.TdClassName
{
border-color: #F440ED;
}
.TagClassName
{
border-color: #F440ED;
}
</style>