Html Css Color HEX #F64EE0 Free Speech Magenta
📋 copy color: '#F64EE0'red 246 ◦ green 78 ◦ blue 224
Shades of Free Speech Magenta #F64EE0
Tints of Free Speech Magenta #F64EE0
RGB
CMYK
RGB Variations
Color information
#F64EE0 (or 0xF64EE0) is known color: Free Speech Magenta. HEX triplet: F6, 4E and E0. RGB value is (246,78,224). Sum of RGB (Red+Green+Blue) = 246+78+224=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 78 (30.86% from 255 or 14.23% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64EE0 is #09B11F. Grayscale: #909090. Windows color (decimal): -635168 or 14700278. OLE color: 14700278.
HSL color Cylindrical-coordinate representation of color #F64EE0: hue angle of 307.86º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64EE0 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 224 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.04 |
| HSL | 307.86º | 0.9% | 0.64% | - |
| HSV(B) | 307.86º | 0.68% | 0.96% | - |
| XYZ | 54.18 | 30.42 | 73.54 | - |
| YUV | 144.88 | 172.66 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 224 | 0 | 0.68 | 0.09 | 0.04 | 307.86 | 0.9 | 0.64 |
| Hex | F6 | 4E | E0 | 0 | 44 | 9 | 4 | 134 | 5A | 40 |
| Octal | 366 | 116 | 340 | 0 | 104 | 11 | 4 | 464 | 132 | 100 |
| Binary | 11110110 | 1001110 | 11100000 | 0 | 1000100 | 1001 | 100 | 100110100 | 1011010 | 1000000 |
Color Harmonies of #F64EE0
Complementary color
Monochromatic Colors of #F64EE0
Black with #F64EE0
Text Example
Text Example
White with #F64EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64EE0; }
p { color: rgb(246,78,224); }
H1.HeaderClassName
{
color: #F64EE0;
}
.AnyTagClassName
{
color: #F64EE0;
}
</style>
background-color css
<style>
a { background-color: #F64EE0; }
a { background-color: rgb(246,78,224); }
div.DivClassName
{
background-color: #F64EE0;
}
.BgClassName
{
background-color: #F64EE0;
}
</style>
border-color css
<style>
span { border-color: #F64EE0; }
span { border-color: rgb(246,78,224); }
td.TdClassName
{
border-color: #F64EE0;
}
.TagClassName
{
border-color: #F64EE0;
}
</style>