Html Css Color HEX #F049CF Free Speech Magenta
📋 copy color: '#F049CF'red 240 ◦ green 73 ◦ blue 207
Shades of Free Speech Magenta #F049CF
Tints of Free Speech Magenta #F049CF
RGB
CMYK
RGB Variations
Color information
#F049CF (or 0xF049CF) is known color: Free Speech Magenta. HEX triplet: F0, 49 and CF. RGB value is (240,73,207). Sum of RGB (Red+Green+Blue) = 240+73+207=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 73 (28.91% from 255 or 14.04% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F049CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F049CF is #0FB630. Grayscale: #898989. Windows color (decimal): -1029681 or 13584880. OLE color: 13584880.
HSL color Cylindrical-coordinate representation of color #F049CF: hue angle of 311.86º 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 #F049CF is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 207 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.06 |
| HSL | 311.86º | 0.85% | 0.61% | - |
| HSV(B) | 311.86º | 0.7% | 0.94% | - |
| XYZ | 49.58 | 27.8 | 61.78 | - |
| YUV | 138.21 | 166.83 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 207 | 0 | 0.70 | 0.14 | 0.06 | 311.86 | 0.85 | 0.61 |
| Hex | F0 | 49 | CF | 0 | 46 | E | 6 | 138 | 55 | 3D |
| Octal | 360 | 111 | 317 | 0 | 106 | 16 | 6 | 470 | 125 | 75 |
| Binary | 11110000 | 1001001 | 11001111 | 0 | 1000110 | 1110 | 110 | 100111000 | 1010101 | 111101 |
Color Harmonies of #F049CF
Complementary color
Monochromatic Colors of #F049CF
Black with #F049CF
Text Example
Text Example
White with #F049CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F049CF; }
p { color: rgb(240,73,207); }
H1.HeaderClassName
{
color: #F049CF;
}
.AnyTagClassName
{
color: #F049CF;
}
</style>
background-color css
<style>
a { background-color: #F049CF; }
a { background-color: rgb(240,73,207); }
div.DivClassName
{
background-color: #F049CF;
}
.BgClassName
{
background-color: #F049CF;
}
</style>
border-color css
<style>
span { border-color: #F049CF; }
span { border-color: rgb(240,73,207); }
td.TdClassName
{
border-color: #F049CF;
}
.TagClassName
{
border-color: #F049CF;
}
</style>