Html Css Color HEX #F647DC Free Speech Magenta
📋 copy color: '#F647DC'red 246 ◦ green 71 ◦ blue 220
Shades of Free Speech Magenta #F647DC
Tints of Free Speech Magenta #F647DC
RGB
CMYK
RGB Variations
Color information
#F647DC (or 0xF647DC) is known color: Free Speech Magenta. HEX triplet: F6, 47 and DC. RGB value is (246,71,220). Sum of RGB (Red+Green+Blue) = 246+71+220=537 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.81% from 537); Green value is 71 (28.12% from 255 or 13.22% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 246 - color contains mainly: red. Hex color #F647DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F647DC is #09B823. Grayscale: #8B8B8B. Windows color (decimal): -636964 or 14436342. OLE color: 14436342.
HSL color Cylindrical-coordinate representation of color #F647DC: hue angle of 308.91º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F647DC is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 71 | 220 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.04 |
| HSL | 308.91º | 0.91% | 0.62% | - |
| HSV(B) | 308.91º | 0.71% | 0.96% | - |
| XYZ | 53.18 | 29.27 | 70.56 | - |
| YUV | 140.31 | 172.98 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 71 | 220 | 0 | 0.71 | 0.11 | 0.04 | 308.91 | 0.91 | 0.62 |
| Hex | F6 | 47 | DC | 0 | 47 | B | 4 | 135 | 5B | 3E |
| Octal | 366 | 107 | 334 | 0 | 107 | 13 | 4 | 465 | 133 | 76 |
| Binary | 11110110 | 1000111 | 11011100 | 0 | 1000111 | 1011 | 100 | 100110101 | 1011011 | 111110 |
Color Harmonies of #F647DC
Complementary color
Monochromatic Colors of #F647DC
Black with #F647DC
Text Example
Text Example
White with #F647DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F647DC; }
p { color: rgb(246,71,220); }
H1.HeaderClassName
{
color: #F647DC;
}
.AnyTagClassName
{
color: #F647DC;
}
</style>
background-color css
<style>
a { background-color: #F647DC; }
a { background-color: rgb(246,71,220); }
div.DivClassName
{
background-color: #F647DC;
}
.BgClassName
{
background-color: #F647DC;
}
</style>
border-color css
<style>
span { border-color: #F647DC; }
span { border-color: rgb(246,71,220); }
td.TdClassName
{
border-color: #F647DC;
}
.TagClassName
{
border-color: #F647DC;
}
</style>