Html Css Color HEX #F664DC Free Speech Magenta
📋 copy color: '#F664DC'red 246 ◦ green 100 ◦ blue 220
Shades of Free Speech Magenta #F664DC
Tints of Free Speech Magenta #F664DC
RGB
CMYK
RGB Variations
Color information
#F664DC (or 0xF664DC) is known color: Free Speech Magenta. HEX triplet: F6, 64 and DC. RGB value is (246,100,220). Sum of RGB (Red+Green+Blue) = 246+100+220=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 100 (39.45% from 255 or 17.67% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F664DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F664DC is #099B23. Grayscale: #9D9D9D. Windows color (decimal): -629540 or 14443766. OLE color: 14443766.
HSL color Cylindrical-coordinate representation of color #F664DC: hue angle of 310.68º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F664DC is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 100 | 220 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.04 |
| HSL | 310.68º | 0.89% | 0.68% | - |
| HSV(B) | 310.68º | 0.59% | 0.96% | - |
| XYZ | 55.48 | 33.87 | 71.32 | - |
| YUV | 157.33 | 163.37 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 100 | 220 | 0 | 0.59 | 0.11 | 0.04 | 310.68 | 0.89 | 0.68 |
| Hex | F6 | 64 | DC | 0 | 3B | B | 4 | 137 | 59 | 44 |
| Octal | 366 | 144 | 334 | 0 | 73 | 13 | 4 | 467 | 131 | 104 |
| Binary | 11110110 | 1100100 | 11011100 | 0 | 111011 | 1011 | 100 | 100110111 | 1011001 | 1000100 |
Color Harmonies of #F664DC
Complementary color
Monochromatic Colors of #F664DC
Black with #F664DC
Text Example
Text Example
White with #F664DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F664DC; }
p { color: rgb(246,100,220); }
H1.HeaderClassName
{
color: #F664DC;
}
.AnyTagClassName
{
color: #F664DC;
}
</style>
background-color css
<style>
a { background-color: #F664DC; }
a { background-color: rgb(246,100,220); }
div.DivClassName
{
background-color: #F664DC;
}
.BgClassName
{
background-color: #F664DC;
}
</style>
border-color css
<style>
span { border-color: #F664DC; }
span { border-color: rgb(246,100,220); }
td.TdClassName
{
border-color: #F664DC;
}
.TagClassName
{
border-color: #F664DC;
}
</style>