Html Css Color HEX #F64EDE Free Speech Magenta
📋 copy color: '#F64EDE'red 246 ◦ green 78 ◦ blue 222
Shades of Free Speech Magenta #F64EDE
Tints of Free Speech Magenta #F64EDE
RGB
CMYK
RGB Variations
Color information
#F64EDE (or 0xF64EDE) is known color: Free Speech Magenta. HEX triplet: F6, 4E and DE. RGB value is (246,78,222). Sum of RGB (Red+Green+Blue) = 246+78+222=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 78 (30.86% from 255 or 14.29% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64EDE is #09B121. Grayscale: #909090. Windows color (decimal): -635170 or 14569206. OLE color: 14569206.
HSL color Cylindrical-coordinate representation of color #F64EDE: hue angle of 308.57º 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 #F64EDE is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 222 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.04 |
| HSL | 308.57º | 0.9% | 0.64% | - |
| HSV(B) | 308.57º | 0.68% | 0.96% | - |
| XYZ | 53.92 | 30.32 | 72.12 | - |
| YUV | 144.65 | 171.66 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 222 | 0 | 0.68 | 0.10 | 0.04 | 308.57 | 0.9 | 0.64 |
| Hex | F6 | 4E | DE | 0 | 44 | A | 4 | 135 | 5A | 40 |
| Octal | 366 | 116 | 336 | 0 | 104 | 12 | 4 | 465 | 132 | 100 |
| Binary | 11110110 | 1001110 | 11011110 | 0 | 1000100 | 1010 | 100 | 100110101 | 1011010 | 1000000 |
Color Harmonies of #F64EDE
Complementary color
Monochromatic Colors of #F64EDE
Black with #F64EDE
Text Example
Text Example
White with #F64EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64EDE; }
p { color: rgb(246,78,222); }
H1.HeaderClassName
{
color: #F64EDE;
}
.AnyTagClassName
{
color: #F64EDE;
}
</style>
background-color css
<style>
a { background-color: #F64EDE; }
a { background-color: rgb(246,78,222); }
div.DivClassName
{
background-color: #F64EDE;
}
.BgClassName
{
background-color: #F64EDE;
}
</style>
border-color css
<style>
span { border-color: #F64EDE; }
span { border-color: rgb(246,78,222); }
td.TdClassName
{
border-color: #F64EDE;
}
.TagClassName
{
border-color: #F64EDE;
}
</style>