Html Css Color HEX #F656DC Free Speech Magenta
📋 copy color: '#F656DC'red 246 ◦ green 86 ◦ blue 220
Shades of Free Speech Magenta #F656DC
Tints of Free Speech Magenta #F656DC
RGB
CMYK
RGB Variations
Color information
#F656DC (or 0xF656DC) is known color: Free Speech Magenta. HEX triplet: F6, 56 and DC. RGB value is (246,86,220). Sum of RGB (Red+Green+Blue) = 246+86+220=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 86 (33.98% from 255 or 15.58% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F656DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F656DC is #09A923. Grayscale: #949494. Windows color (decimal): -633124 or 14440182. OLE color: 14440182.
HSL color Cylindrical-coordinate representation of color #F656DC: hue angle of 309.75º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F656DC is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 86 | 220 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.04 |
| HSL | 309.75º | 0.9% | 0.65% | - |
| HSV(B) | 309.75º | 0.65% | 0.96% | - |
| XYZ | 54.25 | 31.42 | 70.91 | - |
| YUV | 149.12 | 168.01 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 86 | 220 | 0 | 0.65 | 0.11 | 0.04 | 309.75 | 0.9 | 0.65 |
| Hex | F6 | 56 | DC | 0 | 41 | B | 4 | 136 | 5A | 41 |
| Octal | 366 | 126 | 334 | 0 | 101 | 13 | 4 | 466 | 132 | 101 |
| Binary | 11110110 | 1010110 | 11011100 | 0 | 1000001 | 1011 | 100 | 100110110 | 1011010 | 1000001 |
Color Harmonies of #F656DC
Complementary color
Monochromatic Colors of #F656DC
Black with #F656DC
Text Example
Text Example
White with #F656DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F656DC; }
p { color: rgb(246,86,220); }
H1.HeaderClassName
{
color: #F656DC;
}
.AnyTagClassName
{
color: #F656DC;
}
</style>
background-color css
<style>
a { background-color: #F656DC; }
a { background-color: rgb(246,86,220); }
div.DivClassName
{
background-color: #F656DC;
}
.BgClassName
{
background-color: #F656DC;
}
</style>
border-color css
<style>
span { border-color: #F656DC; }
span { border-color: rgb(246,86,220); }
td.TdClassName
{
border-color: #F656DC;
}
.TagClassName
{
border-color: #F656DC;
}
</style>