Html Css Color HEX #F249EC Free Speech Magenta
📋 copy color: '#F249EC'red 242 ◦ green 73 ◦ blue 236
Shades of Free Speech Magenta #F249EC
Tints of Free Speech Magenta #F249EC
RGB
CMYK
RGB Variations
Color information
#F249EC (or 0xF249EC) is known color: Free Speech Magenta. HEX triplet: F2, 49 and EC. RGB value is (242,73,236). Sum of RGB (Red+Green+Blue) = 242+73+236=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 73 (28.91% from 255 or 13.25% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F249EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F249EC is #0DB613. Grayscale: #8D8D8D. Windows color (decimal): -898580 or 15485426. OLE color: 15485426.
HSL color Cylindrical-coordinate representation of color #F249EC: hue angle of 302.13º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F249EC is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 236 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.05 |
| HSL | 302.13º | 0.87% | 0.62% | - |
| HSV(B) | 302.13º | 0.7% | 0.95% | - |
| XYZ | 54.14 | 29.7 | 82.24 | - |
| YUV | 142.11 | 180.99 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 236 | 0 | 0.70 | 0.02 | 0.05 | 302.13 | 0.87 | 0.62 |
| Hex | F2 | 49 | EC | 0 | 46 | 2 | 5 | 12E | 57 | 3E |
| Octal | 362 | 111 | 354 | 0 | 106 | 2 | 5 | 456 | 127 | 76 |
| Binary | 11110010 | 1001001 | 11101100 | 0 | 1000110 | 10 | 101 | 100101110 | 1010111 | 111110 |
Color Harmonies of #F249EC
Complementary color
Monochromatic Colors of #F249EC
Black with #F249EC
Text Example
Text Example
White with #F249EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F249EC; }
p { color: rgb(242,73,236); }
H1.HeaderClassName
{
color: #F249EC;
}
.AnyTagClassName
{
color: #F249EC;
}
</style>
background-color css
<style>
a { background-color: #F249EC; }
a { background-color: rgb(242,73,236); }
div.DivClassName
{
background-color: #F249EC;
}
.BgClassName
{
background-color: #F249EC;
}
</style>
border-color css
<style>
span { border-color: #F249EC; }
span { border-color: rgb(242,73,236); }
td.TdClassName
{
border-color: #F249EC;
}
.TagClassName
{
border-color: #F249EC;
}
</style>