Html Css Color HEX #F64ED1 Free Speech Magenta
📋 copy color: '#F64ED1'red 246 ◦ green 78 ◦ blue 209
Shades of Free Speech Magenta #F64ED1
Tints of Free Speech Magenta #F64ED1
RGB
CMYK
RGB Variations
Color information
#F64ED1 (or 0xF64ED1) is known color: Free Speech Magenta. HEX triplet: F6, 4E and D1. RGB value is (246,78,209). Sum of RGB (Red+Green+Blue) = 246+78+209=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 78 (30.86% from 255 or 14.63% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F64ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64ED1 is #09B12E. Grayscale: #8E8E8E. Windows color (decimal): -635183 or 13717238. OLE color: 13717238.
HSL color Cylindrical-coordinate representation of color #F64ED1: hue angle of 313.21º 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 #F64ED1 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 78 | 209 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.04 |
| HSL | 313.21º | 0.9% | 0.64% | - |
| HSV(B) | 313.21º | 0.68% | 0.96% | - |
| XYZ | 52.24 | 29.65 | 63.29 | - |
| YUV | 143.17 | 165.16 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 78 | 209 | 0 | 0.68 | 0.15 | 0.04 | 313.21 | 0.9 | 0.64 |
| Hex | F6 | 4E | D1 | 0 | 44 | F | 4 | 139 | 5A | 40 |
| Octal | 366 | 116 | 321 | 0 | 104 | 17 | 4 | 471 | 132 | 100 |
| Binary | 11110110 | 1001110 | 11010001 | 0 | 1000100 | 1111 | 100 | 100111001 | 1011010 | 1000000 |
Color Harmonies of #F64ED1
Complementary color
Monochromatic Colors of #F64ED1
Black with #F64ED1
Text Example
Text Example
White with #F64ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64ED1; }
p { color: rgb(246,78,209); }
H1.HeaderClassName
{
color: #F64ED1;
}
.AnyTagClassName
{
color: #F64ED1;
}
</style>
background-color css
<style>
a { background-color: #F64ED1; }
a { background-color: rgb(246,78,209); }
div.DivClassName
{
background-color: #F64ED1;
}
.BgClassName
{
background-color: #F64ED1;
}
</style>
border-color css
<style>
span { border-color: #F64ED1; }
span { border-color: rgb(246,78,209); }
td.TdClassName
{
border-color: #F64ED1;
}
.TagClassName
{
border-color: #F64ED1;
}
</style>