Html Css Color HEX #F64DD8 Free Speech Magenta
📋 copy color: '#F64DD8'red 246 ◦ green 77 ◦ blue 216
Shades of Free Speech Magenta #F64DD8
Tints of Free Speech Magenta #F64DD8
RGB
CMYK
RGB Variations
Color information
#F64DD8 (or 0xF64DD8) is known color: Free Speech Magenta. HEX triplet: F6, 4D and D8. RGB value is (246,77,216). Sum of RGB (Red+Green+Blue) = 246+77+216=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 77 (30.47% from 255 or 14.29% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DD8 is #09B227. Grayscale: #8E8E8E. Windows color (decimal): -635432 or 14175734. OLE color: 14175734.
HSL color Cylindrical-coordinate representation of color #F64DD8: hue angle of 310.65º 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 #F64DD8 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 216 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.04 |
| HSL | 310.65º | 0.9% | 0.63% | - |
| HSV(B) | 310.65º | 0.69% | 0.96% | - |
| XYZ | 53.05 | 29.86 | 67.93 | - |
| YUV | 143.38 | 168.99 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 216 | 0 | 0.69 | 0.12 | 0.04 | 310.65 | 0.9 | 0.63 |
| Hex | F6 | 4D | D8 | 0 | 45 | C | 4 | 137 | 5A | 3F |
| Octal | 366 | 115 | 330 | 0 | 105 | 14 | 4 | 467 | 132 | 77 |
| Binary | 11110110 | 1001101 | 11011000 | 0 | 1000101 | 1100 | 100 | 100110111 | 1011010 | 111111 |
Color Harmonies of #F64DD8
Complementary color
Monochromatic Colors of #F64DD8
Black with #F64DD8
Text Example
Text Example
White with #F64DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64DD8; }
p { color: rgb(246,77,216); }
H1.HeaderClassName
{
color: #F64DD8;
}
.AnyTagClassName
{
color: #F64DD8;
}
</style>
background-color css
<style>
a { background-color: #F64DD8; }
a { background-color: rgb(246,77,216); }
div.DivClassName
{
background-color: #F64DD8;
}
.BgClassName
{
background-color: #F64DD8;
}
</style>
border-color css
<style>
span { border-color: #F64DD8; }
span { border-color: rgb(246,77,216); }
td.TdClassName
{
border-color: #F64DD8;
}
.TagClassName
{
border-color: #F64DD8;
}
</style>