Html Css Color HEX #F64FCC Free Speech Magenta
📋 copy color: '#F64FCC'red 246 ◦ green 79 ◦ blue 204
Shades of Free Speech Magenta #F64FCC
Tints of Free Speech Magenta #F64FCC
RGB
CMYK
RGB Variations
Color information
#F64FCC (or 0xF64FCC) is known color: Free Speech Magenta. HEX triplet: F6, 4F and CC. RGB value is (246,79,204). Sum of RGB (Red+Green+Blue) = 246+79+204=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 79 (31.25% from 255 or 14.93% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64FCC is #09B033. Grayscale: #8E8E8E. Windows color (decimal): -634932 or 13389814. OLE color: 13389814.
HSL color Cylindrical-coordinate representation of color #F64FCC: hue angle of 315.09º 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 #F64FCC is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 204 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.04 |
| HSL | 315.09º | 0.9% | 0.64% | - |
| HSV(B) | 315.09º | 0.68% | 0.96% | - |
| XYZ | 51.7 | 29.54 | 60.1 | - |
| YUV | 143.18 | 162.33 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 204 | 0 | 0.68 | 0.17 | 0.04 | 315.09 | 0.9 | 0.64 |
| Hex | F6 | 4F | CC | 0 | 44 | 11 | 4 | 13B | 5A | 40 |
| Octal | 366 | 117 | 314 | 0 | 104 | 21 | 4 | 473 | 132 | 100 |
| Binary | 11110110 | 1001111 | 11001100 | 0 | 1000100 | 10001 | 100 | 100111011 | 1011010 | 1000000 |
Color Harmonies of #F64FCC
Complementary color
Monochromatic Colors of #F64FCC
Black with #F64FCC
Text Example
Text Example
White with #F64FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64FCC; }
p { color: rgb(246,79,204); }
H1.HeaderClassName
{
color: #F64FCC;
}
.AnyTagClassName
{
color: #F64FCC;
}
</style>
background-color css
<style>
a { background-color: #F64FCC; }
a { background-color: rgb(246,79,204); }
div.DivClassName
{
background-color: #F64FCC;
}
.BgClassName
{
background-color: #F64FCC;
}
</style>
border-color css
<style>
span { border-color: #F64FCC; }
span { border-color: rgb(246,79,204); }
td.TdClassName
{
border-color: #F64FCC;
}
.TagClassName
{
border-color: #F64FCC;
}
</style>