Html Css Color HEX #F64EDB Free Speech Magenta
📋 copy color: '#F64EDB'red 246 ◦ green 78 ◦ blue 219
Shades of Free Speech Magenta #F64EDB
Tints of Free Speech Magenta #F64EDB
RGB
CMYK
RGB Variations
Color information
#F64EDB (or 0xF64EDB) is known color: Free Speech Magenta. HEX triplet: F6, 4E and DB. RGB value is (246,78,219). Sum of RGB (Red+Green+Blue) = 246+78+219=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 78 (30.86% from 255 or 14.36% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F64EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64EDB is #09B124. Grayscale: #8F8F8F. Windows color (decimal): -635173 or 14372598. OLE color: 14372598.
HSL color Cylindrical-coordinate representation of color #F64EDB: hue angle of 309.64º 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 #F64EDB is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 219 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.04 |
| HSL | 309.64º | 0.9% | 0.64% | - |
| HSV(B) | 309.64º | 0.68% | 0.96% | - |
| XYZ | 53.52 | 30.16 | 70.02 | - |
| YUV | 144.31 | 170.16 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 219 | 0 | 0.68 | 0.11 | 0.04 | 309.64 | 0.9 | 0.64 |
| Hex | F6 | 4E | DB | 0 | 44 | B | 4 | 136 | 5A | 40 |
| Octal | 366 | 116 | 333 | 0 | 104 | 13 | 4 | 466 | 132 | 100 |
| Binary | 11110110 | 1001110 | 11011011 | 0 | 1000100 | 1011 | 100 | 100110110 | 1011010 | 1000000 |
Color Harmonies of #F64EDB
Complementary color
Monochromatic Colors of #F64EDB
Black with #F64EDB
Text Example
Text Example
White with #F64EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64EDB; }
p { color: rgb(246,78,219); }
H1.HeaderClassName
{
color: #F64EDB;
}
.AnyTagClassName
{
color: #F64EDB;
}
</style>
background-color css
<style>
a { background-color: #F64EDB; }
a { background-color: rgb(246,78,219); }
div.DivClassName
{
background-color: #F64EDB;
}
.BgClassName
{
background-color: #F64EDB;
}
</style>
border-color css
<style>
span { border-color: #F64EDB; }
span { border-color: rgb(246,78,219); }
td.TdClassName
{
border-color: #F64EDB;
}
.TagClassName
{
border-color: #F64EDB;
}
</style>