Html Css Color HEX #F64DD1 Free Speech Magenta
📋 copy color: '#F64DD1'red 246 ◦ green 77 ◦ blue 209
Shades of Free Speech Magenta #F64DD1
Tints of Free Speech Magenta #F64DD1
RGB
CMYK
RGB Variations
Color information
#F64DD1 (or 0xF64DD1) is known color: Free Speech Magenta. HEX triplet: F6, 4D and D1. RGB value is (246,77,209). Sum of RGB (Red+Green+Blue) = 246+77+209=532 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.24% from 532); Green value is 77 (30.47% from 255 or 14.47% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DD1 is #09B22E. Grayscale: #8E8E8E. Windows color (decimal): -635439 or 13716982. OLE color: 13716982.
HSL color Cylindrical-coordinate representation of color #F64DD1: hue angle of 313.14º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64DD1 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 209 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.04 |
| HSL | 313.14º | 0.9% | 0.63% | - |
| HSV(B) | 313.14º | 0.69% | 0.96% | - |
| XYZ | 52.17 | 29.5 | 63.27 | - |
| YUV | 142.58 | 165.49 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 209 | 0 | 0.69 | 0.15 | 0.04 | 313.14 | 0.9 | 0.63 |
| Hex | F6 | 4D | D1 | 0 | 45 | F | 4 | 139 | 5A | 3F |
| Octal | 366 | 115 | 321 | 0 | 105 | 17 | 4 | 471 | 132 | 77 |
| Binary | 11110110 | 1001101 | 11010001 | 0 | 1000101 | 1111 | 100 | 100111001 | 1011010 | 111111 |
Color Harmonies of #F64DD1
Complementary color
Monochromatic Colors of #F64DD1
Black with #F64DD1
Text Example
Text Example
White with #F64DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64DD1; }
p { color: rgb(246,77,209); }
H1.HeaderClassName
{
color: #F64DD1;
}
.AnyTagClassName
{
color: #F64DD1;
}
</style>
background-color css
<style>
a { background-color: #F64DD1; }
a { background-color: rgb(246,77,209); }
div.DivClassName
{
background-color: #F64DD1;
}
.BgClassName
{
background-color: #F64DD1;
}
</style>
border-color css
<style>
span { border-color: #F64DD1; }
span { border-color: rgb(246,77,209); }
td.TdClassName
{
border-color: #F64DD1;
}
.TagClassName
{
border-color: #F64DD1;
}
</style>