Html Css Color HEX #F049DC Free Speech Magenta
📋 copy color: '#F049DC'red 240 ◦ green 73 ◦ blue 220
Shades of Free Speech Magenta #F049DC
Tints of Free Speech Magenta #F049DC
RGB
CMYK
RGB Variations
Color information
#F049DC (or 0xF049DC) is known color: Free Speech Magenta. HEX triplet: F0, 49 and DC. RGB value is (240,73,220). Sum of RGB (Red+Green+Blue) = 240+73+220=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 73 (28.91% from 255 or 13.70% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F049DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F049DC is #0FB623. Grayscale: #8B8B8B. Windows color (decimal): -1029668 or 14436848. OLE color: 14436848.
HSL color Cylindrical-coordinate representation of color #F049DC: hue angle of 307.19º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F049DC is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 220 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.06 |
| HSL | 307.19º | 0.85% | 0.61% | - |
| HSV(B) | 307.19º | 0.7% | 0.94% | - |
| XYZ | 51.24 | 28.46 | 70.5 | - |
| YUV | 139.69 | 173.33 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 220 | 0 | 0.70 | 0.08 | 0.06 | 307.19 | 0.85 | 0.61 |
| Hex | F0 | 49 | DC | 0 | 46 | 8 | 6 | 133 | 55 | 3D |
| Octal | 360 | 111 | 334 | 0 | 106 | 10 | 6 | 463 | 125 | 75 |
| Binary | 11110000 | 1001001 | 11011100 | 0 | 1000110 | 1000 | 110 | 100110011 | 1010101 | 111101 |
Color Harmonies of #F049DC
Complementary color
Monochromatic Colors of #F049DC
Black with #F049DC
Text Example
Text Example
White with #F049DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F049DC; }
p { color: rgb(240,73,220); }
H1.HeaderClassName
{
color: #F049DC;
}
.AnyTagClassName
{
color: #F049DC;
}
</style>
background-color css
<style>
a { background-color: #F049DC; }
a { background-color: rgb(240,73,220); }
div.DivClassName
{
background-color: #F049DC;
}
.BgClassName
{
background-color: #F049DC;
}
</style>
border-color css
<style>
span { border-color: #F049DC; }
span { border-color: rgb(240,73,220); }
td.TdClassName
{
border-color: #F049DC;
}
.TagClassName
{
border-color: #F049DC;
}
</style>