Html Css Color HEX #F440EA Free Speech Magenta
📋 copy color: '#F440EA'red 244 ◦ green 64 ◦ blue 234
Shades of Free Speech Magenta #F440EA
Tints of Free Speech Magenta #F440EA
RGB
CMYK
RGB Variations
Color information
#F440EA (or 0xF440EA) is known color: Free Speech Magenta. HEX triplet: F4, 40 and EA. RGB value is (244,64,234). Sum of RGB (Red+Green+Blue) = 244+64+234=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 64 (25.39% from 255 or 11.81% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 244 - color contains mainly: red. Hex color #F440EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F440EA is #0BBF15. Grayscale: #888888. Windows color (decimal): -769814 or 15352052. OLE color: 15352052.
HSL color Cylindrical-coordinate representation of color #F440EA: hue angle of 303.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 #F440EA is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 234 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.04 |
| HSL | 303.33º | 0.89% | 0.6% | - |
| HSV(B) | 303.33º | 0.74% | 0.96% | - |
| XYZ | 53.99 | 28.84 | 80.56 | - |
| YUV | 137.2 | 182.63 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 234 | 0 | 0.74 | 0.04 | 0.04 | 303.33 | 0.89 | 0.6 |
| Hex | F4 | 40 | EA | 0 | 4A | 4 | 4 | 12F | 59 | 3C |
| Octal | 364 | 100 | 352 | 0 | 112 | 4 | 4 | 457 | 131 | 74 |
| Binary | 11110100 | 1000000 | 11101010 | 0 | 1001010 | 100 | 100 | 100101111 | 1011001 | 111100 |
Color Harmonies of #F440EA
Complementary color
Monochromatic Colors of #F440EA
Black with #F440EA
Text Example
Text Example
White with #F440EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440EA; }
p { color: rgb(244,64,234); }
H1.HeaderClassName
{
color: #F440EA;
}
.AnyTagClassName
{
color: #F440EA;
}
</style>
background-color css
<style>
a { background-color: #F440EA; }
a { background-color: rgb(244,64,234); }
div.DivClassName
{
background-color: #F440EA;
}
.BgClassName
{
background-color: #F440EA;
}
</style>
border-color css
<style>
span { border-color: #F440EA; }
span { border-color: rgb(244,64,234); }
td.TdClassName
{
border-color: #F440EA;
}
.TagClassName
{
border-color: #F440EA;
}
</style>