Html Css Color HEX #F64DED Free Speech Magenta
📋 copy color: '#F64DED'red 246 ◦ green 77 ◦ blue 237
Shades of Free Speech Magenta #F64DED
Tints of Free Speech Magenta #F64DED
RGB
CMYK
RGB Variations
Color information
#F64DED (or 0xF64DED) is known color: Free Speech Magenta. HEX triplet: F6, 4D and ED. RGB value is (246,77,237). Sum of RGB (Red+Green+Blue) = 246+77+237=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 77 (30.47% from 255 or 13.75% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64DED is #09B212. Grayscale: #919191. Windows color (decimal): -635411 or 15551990. OLE color: 15551990.
HSL color Cylindrical-coordinate representation of color #F64DED: hue angle of 303.2º 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 #F64DED is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 237 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.04 |
| HSL | 303.2º | 0.9% | 0.63% | - |
| HSV(B) | 303.2º | 0.69% | 0.96% | - |
| XYZ | 55.95 | 31.02 | 83.16 | - |
| YUV | 145.77 | 179.49 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 237 | 0 | 0.69 | 0.04 | 0.04 | 303.2 | 0.9 | 0.63 |
| Hex | F6 | 4D | ED | 0 | 45 | 4 | 4 | 12F | 5A | 3F |
| Octal | 366 | 115 | 355 | 0 | 105 | 4 | 4 | 457 | 132 | 77 |
| Binary | 11110110 | 1001101 | 11101101 | 0 | 1000101 | 100 | 100 | 100101111 | 1011010 | 111111 |
Color Harmonies of #F64DED
Complementary color
Monochromatic Colors of #F64DED
Black with #F64DED
Text Example
Text Example
White with #F64DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64DED; }
p { color: rgb(246,77,237); }
H1.HeaderClassName
{
color: #F64DED;
}
.AnyTagClassName
{
color: #F64DED;
}
</style>
background-color css
<style>
a { background-color: #F64DED; }
a { background-color: rgb(246,77,237); }
div.DivClassName
{
background-color: #F64DED;
}
.BgClassName
{
background-color: #F64DED;
}
</style>
border-color css
<style>
span { border-color: #F64DED; }
span { border-color: rgb(246,77,237); }
td.TdClassName
{
border-color: #F64DED;
}
.TagClassName
{
border-color: #F64DED;
}
</style>