Html Css Color HEX #F64ED2 Free Speech Magenta
📋 copy color: '#F64ED2'red 246 ◦ green 78 ◦ blue 210
Shades of Free Speech Magenta #F64ED2
Tints of Free Speech Magenta #F64ED2
RGB
CMYK
RGB Variations
Color information
#F64ED2 (or 0xF64ED2) is known color: Free Speech Magenta. HEX triplet: F6, 4E and D2. RGB value is (246,78,210). Sum of RGB (Red+Green+Blue) = 246+78+210=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 78 (30.86% from 255 or 14.61% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F64ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64ED2 is #09B12D. Grayscale: #8E8E8E. Windows color (decimal): -635182 or 13782774. OLE color: 13782774.
HSL color Cylindrical-coordinate representation of color #F64ED2: hue angle of 312.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 #F64ED2 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 210 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.04 |
| HSL | 312.86º | 0.9% | 0.64% | - |
| HSV(B) | 312.86º | 0.68% | 0.96% | - |
| XYZ | 52.36 | 29.69 | 63.94 | - |
| YUV | 143.28 | 165.66 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 210 | 0 | 0.68 | 0.15 | 0.04 | 312.86 | 0.9 | 0.64 |
| Hex | F6 | 4E | D2 | 0 | 44 | F | 4 | 139 | 5A | 40 |
| Octal | 366 | 116 | 322 | 0 | 104 | 17 | 4 | 471 | 132 | 100 |
| Binary | 11110110 | 1001110 | 11010010 | 0 | 1000100 | 1111 | 100 | 100111001 | 1011010 | 1000000 |
Color Harmonies of #F64ED2
Complementary color
Monochromatic Colors of #F64ED2
Black with #F64ED2
Text Example
Text Example
White with #F64ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64ED2; }
p { color: rgb(246,78,210); }
H1.HeaderClassName
{
color: #F64ED2;
}
.AnyTagClassName
{
color: #F64ED2;
}
</style>
background-color css
<style>
a { background-color: #F64ED2; }
a { background-color: rgb(246,78,210); }
div.DivClassName
{
background-color: #F64ED2;
}
.BgClassName
{
background-color: #F64ED2;
}
</style>
border-color css
<style>
span { border-color: #F64ED2; }
span { border-color: rgb(246,78,210); }
td.TdClassName
{
border-color: #F64ED2;
}
.TagClassName
{
border-color: #F64ED2;
}
</style>