Html Css Color HEX #F949E2 Free Speech Magenta
📋 copy color: '#F949E2'red 249 ◦ green 73 ◦ blue 226
Shades of Free Speech Magenta #F949E2
Tints of Free Speech Magenta #F949E2
RGB
CMYK
RGB Variations
Color information
#F949E2 (or 0xF949E2) is known color: Free Speech Magenta. HEX triplet: F9, 49 and E2. RGB value is (249,73,226). Sum of RGB (Red+Green+Blue) = 249+73+226=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 73 (28.91% from 255 or 13.32% from 548); Blue value is 226 (88.67% from 255 or 41.24% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F949E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F949E2 is #06B61D. Grayscale: #8E8E8E. Windows color (decimal): -439838 or 14830073. OLE color: 14830073.
HSL color Cylindrical-coordinate representation of color #F949E2: hue angle of 307.84º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F949E2 is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 226 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.02 |
| HSL | 307.84º | 0.94% | 0.63% | - |
| HSV(B) | 307.84º | 0.71% | 0.98% | - |
| XYZ | 55.18 | 30.4 | 74.91 | - |
| YUV | 143.07 | 174.81 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 226 | 0 | 0.71 | 0.09 | 0.02 | 307.84 | 0.94 | 0.63 |
| Hex | F9 | 49 | E2 | 0 | 47 | 9 | 2 | 134 | 5E | 3F |
| Octal | 371 | 111 | 342 | 0 | 107 | 11 | 2 | 464 | 136 | 77 |
| Binary | 11111001 | 1001001 | 11100010 | 0 | 1000111 | 1001 | 10 | 100110100 | 1011110 | 111111 |
Color Harmonies of #F949E2
Complementary color
Monochromatic Colors of #F949E2
Black with #F949E2
Text Example
Text Example
White with #F949E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F949E2; }
p { color: rgb(249,73,226); }
H1.HeaderClassName
{
color: #F949E2;
}
.AnyTagClassName
{
color: #F949E2;
}
</style>
background-color css
<style>
a { background-color: #F949E2; }
a { background-color: rgb(249,73,226); }
div.DivClassName
{
background-color: #F949E2;
}
.BgClassName
{
background-color: #F949E2;
}
</style>
border-color css
<style>
span { border-color: #F949E2; }
span { border-color: rgb(249,73,226); }
td.TdClassName
{
border-color: #F949E2;
}
.TagClassName
{
border-color: #F949E2;
}
</style>