Html Css Color HEX #F649DD Free Speech Magenta
📋 copy color: '#F649DD'red 246 ◦ green 73 ◦ blue 221
Shades of Free Speech Magenta #F649DD
Tints of Free Speech Magenta #F649DD
RGB
CMYK
RGB Variations
Color information
#F649DD (or 0xF649DD) is known color: Free Speech Magenta. HEX triplet: F6, 49 and DD. RGB value is (246,73,221). Sum of RGB (Red+Green+Blue) = 246+73+221=540 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.56% from 540); Green value is 73 (28.91% from 255 or 13.52% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 246 - color contains mainly: red. Hex color #F649DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F649DD is #09B622. Grayscale: #8D8D8D. Windows color (decimal): -636451 or 14502390. OLE color: 14502390.
HSL color Cylindrical-coordinate representation of color #F649DD: hue angle of 308.67º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F649DD is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 221 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.04 |
| HSL | 308.67º | 0.91% | 0.63% | - |
| HSV(B) | 308.67º | 0.7% | 0.96% | - |
| XYZ | 53.44 | 29.58 | 71.3 | - |
| YUV | 141.6 | 172.81 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 221 | 0 | 0.70 | 0.10 | 0.04 | 308.67 | 0.91 | 0.63 |
| Hex | F6 | 49 | DD | 0 | 46 | A | 4 | 135 | 5B | 3F |
| Octal | 366 | 111 | 335 | 0 | 106 | 12 | 4 | 465 | 133 | 77 |
| Binary | 11110110 | 1001001 | 11011101 | 0 | 1000110 | 1010 | 100 | 100110101 | 1011011 | 111111 |
Color Harmonies of #F649DD
Complementary color
Monochromatic Colors of #F649DD
Black with #F649DD
Text Example
Text Example
White with #F649DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F649DD; }
p { color: rgb(246,73,221); }
H1.HeaderClassName
{
color: #F649DD;
}
.AnyTagClassName
{
color: #F649DD;
}
</style>
background-color css
<style>
a { background-color: #F649DD; }
a { background-color: rgb(246,73,221); }
div.DivClassName
{
background-color: #F649DD;
}
.BgClassName
{
background-color: #F649DD;
}
</style>
border-color css
<style>
span { border-color: #F649DD; }
span { border-color: rgb(246,73,221); }
td.TdClassName
{
border-color: #F649DD;
}
.TagClassName
{
border-color: #F649DD;
}
</style>