Html Css Color HEX #F942EC Free Speech Magenta
📋 copy color: '#F942EC'red 249 ◦ green 66 ◦ blue 236
Shades of Free Speech Magenta #F942EC
Tints of Free Speech Magenta #F942EC
RGB
CMYK
RGB Variations
Color information
#F942EC (or 0xF942EC) is known color: Free Speech Magenta. HEX triplet: F9, 42 and EC. RGB value is (249,66,236). Sum of RGB (Red+Green+Blue) = 249+66+236=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 66 (26.17% from 255 or 11.98% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F942EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F942EC is #06BD13. Grayscale: #8B8B8B. Windows color (decimal): -441620 or 15483641. OLE color: 15483641.
HSL color Cylindrical-coordinate representation of color #F942EC: hue angle of 304.26º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F942EC is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 66 | 236 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.02 |
| HSL | 304.26º | 0.94% | 0.62% | - |
| HSV(B) | 304.26º | 0.73% | 0.98% | - |
| XYZ | 56.16 | 30.09 | 82.21 | - |
| YUV | 140.1 | 182.13 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 66 | 236 | 0 | 0.73 | 0.05 | 0.02 | 304.26 | 0.94 | 0.62 |
| Hex | F9 | 42 | EC | 0 | 49 | 5 | 2 | 130 | 5E | 3E |
| Octal | 371 | 102 | 354 | 0 | 111 | 5 | 2 | 460 | 136 | 76 |
| Binary | 11111001 | 1000010 | 11101100 | 0 | 1001001 | 101 | 10 | 100110000 | 1011110 | 111110 |
Color Harmonies of #F942EC
Complementary color
Monochromatic Colors of #F942EC
Black with #F942EC
Text Example
Text Example
White with #F942EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F942EC; }
p { color: rgb(249,66,236); }
H1.HeaderClassName
{
color: #F942EC;
}
.AnyTagClassName
{
color: #F942EC;
}
</style>
background-color css
<style>
a { background-color: #F942EC; }
a { background-color: rgb(249,66,236); }
div.DivClassName
{
background-color: #F942EC;
}
.BgClassName
{
background-color: #F942EC;
}
</style>
border-color css
<style>
span { border-color: #F942EC; }
span { border-color: rgb(249,66,236); }
td.TdClassName
{
border-color: #F942EC;
}
.TagClassName
{
border-color: #F942EC;
}
</style>