Html Css Color HEX #F049D6 Free Speech Magenta
📋 copy color: '#F049D6'red 240 ◦ green 73 ◦ blue 214
Shades of Free Speech Magenta #F049D6
Tints of Free Speech Magenta #F049D6
RGB
CMYK
RGB Variations
Color information
#F049D6 (or 0xF049D6) is known color: Free Speech Magenta. HEX triplet: F0, 49 and D6. RGB value is (240,73,214). Sum of RGB (Red+Green+Blue) = 240+73+214=527 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.54% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 240 - color contains mainly: red. Hex color #F049D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F049D6 is #0FB629. Grayscale: #8A8A8A. Windows color (decimal): -1029674 or 14043632. OLE color: 14043632.
HSL color Cylindrical-coordinate representation of color #F049D6: hue angle of 309.34º 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 #F049D6 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 214 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.06 |
| HSL | 309.34º | 0.85% | 0.61% | - |
| HSV(B) | 309.34º | 0.7% | 0.94% | - |
| XYZ | 50.46 | 28.15 | 66.39 | - |
| YUV | 139.01 | 170.33 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 214 | 0 | 0.70 | 0.11 | 0.06 | 309.34 | 0.85 | 0.61 |
| Hex | F0 | 49 | D6 | 0 | 46 | B | 6 | 135 | 55 | 3D |
| Octal | 360 | 111 | 326 | 0 | 106 | 13 | 6 | 465 | 125 | 75 |
| Binary | 11110000 | 1001001 | 11010110 | 0 | 1000110 | 1011 | 110 | 100110101 | 1010101 | 111101 |
Color Harmonies of #F049D6
Complementary color
Monochromatic Colors of #F049D6
Black with #F049D6
Text Example
Text Example
White with #F049D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F049D6; }
p { color: rgb(240,73,214); }
H1.HeaderClassName
{
color: #F049D6;
}
.AnyTagClassName
{
color: #F049D6;
}
</style>
background-color css
<style>
a { background-color: #F049D6; }
a { background-color: rgb(240,73,214); }
div.DivClassName
{
background-color: #F049D6;
}
.BgClassName
{
background-color: #F049D6;
}
</style>
border-color css
<style>
span { border-color: #F049D6; }
span { border-color: rgb(240,73,214); }
td.TdClassName
{
border-color: #F049D6;
}
.TagClassName
{
border-color: #F049D6;
}
</style>