Html Css Color HEX #F049D0 Free Speech Magenta
📋 copy color: '#F049D0'red 240 ◦ green 73 ◦ blue 208
Shades of Free Speech Magenta #F049D0
Tints of Free Speech Magenta #F049D0
RGB
CMYK
RGB Variations
Color information
#F049D0 (or 0xF049D0) is known color: Free Speech Magenta. HEX triplet: F0, 49 and D0. RGB value is (240,73,208). Sum of RGB (Red+Green+Blue) = 240+73+208=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F049D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F049D0 is #0FB62F. Grayscale: #898989. Windows color (decimal): -1029680 or 13650416. OLE color: 13650416.
HSL color Cylindrical-coordinate representation of color #F049D0: hue angle of 311.5º 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 #F049D0 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 208 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.06 |
| HSL | 311.5º | 0.85% | 0.61% | - |
| HSV(B) | 311.5º | 0.7% | 0.94% | - |
| XYZ | 49.7 | 27.84 | 62.43 | - |
| YUV | 138.32 | 167.33 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 208 | 0 | 0.70 | 0.13 | 0.06 | 311.5 | 0.85 | 0.61 |
| Hex | F0 | 49 | D0 | 0 | 46 | D | 6 | 137 | 55 | 3D |
| Octal | 360 | 111 | 320 | 0 | 106 | 15 | 6 | 467 | 125 | 75 |
| Binary | 11110000 | 1001001 | 11010000 | 0 | 1000110 | 1101 | 110 | 100110111 | 1010101 | 111101 |
Color Harmonies of #F049D0
Complementary color
Monochromatic Colors of #F049D0
Black with #F049D0
Text Example
Text Example
White with #F049D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F049D0; }
p { color: rgb(240,73,208); }
H1.HeaderClassName
{
color: #F049D0;
}
.AnyTagClassName
{
color: #F049D0;
}
</style>
background-color css
<style>
a { background-color: #F049D0; }
a { background-color: rgb(240,73,208); }
div.DivClassName
{
background-color: #F049D0;
}
.BgClassName
{
background-color: #F049D0;
}
</style>
border-color css
<style>
span { border-color: #F049D0; }
span { border-color: rgb(240,73,208); }
td.TdClassName
{
border-color: #F049D0;
}
.TagClassName
{
border-color: #F049D0;
}
</style>