Html Css Color HEX #F949E6 Free Speech Magenta
📋 copy color: '#F949E6'red 249 ◦ green 73 ◦ blue 230
Shades of Free Speech Magenta #F949E6
Tints of Free Speech Magenta #F949E6
RGB
CMYK
RGB Variations
Color information
#F949E6 (or 0xF949E6) is known color: Free Speech Magenta. HEX triplet: F9, 49 and E6. RGB value is (249,73,230). Sum of RGB (Red+Green+Blue) = 249+73+230=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 73 (28.91% from 255 or 13.22% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F949E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F949E6 is #06B619. Grayscale: #8F8F8F. Windows color (decimal): -439834 or 15092217. OLE color: 15092217.
HSL color Cylindrical-coordinate representation of color #F949E6: hue angle of 306.48º 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 #F949E6 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 230 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.02 |
| HSL | 306.48º | 0.94% | 0.63% | - |
| HSV(B) | 306.48º | 0.71% | 0.98% | - |
| XYZ | 55.73 | 30.62 | 77.84 | - |
| YUV | 143.52 | 176.81 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 230 | 0 | 0.71 | 0.08 | 0.02 | 306.48 | 0.94 | 0.63 |
| Hex | F9 | 49 | E6 | 0 | 47 | 8 | 2 | 132 | 5E | 3F |
| Octal | 371 | 111 | 346 | 0 | 107 | 10 | 2 | 462 | 136 | 77 |
| Binary | 11111001 | 1001001 | 11100110 | 0 | 1000111 | 1000 | 10 | 100110010 | 1011110 | 111111 |
Color Harmonies of #F949E6
Complementary color
Monochromatic Colors of #F949E6
Black with #F949E6
Text Example
Text Example
White with #F949E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F949E6; }
p { color: rgb(249,73,230); }
H1.HeaderClassName
{
color: #F949E6;
}
.AnyTagClassName
{
color: #F949E6;
}
</style>
background-color css
<style>
a { background-color: #F949E6; }
a { background-color: rgb(249,73,230); }
div.DivClassName
{
background-color: #F949E6;
}
.BgClassName
{
background-color: #F949E6;
}
</style>
border-color css
<style>
span { border-color: #F949E6; }
span { border-color: rgb(249,73,230); }
td.TdClassName
{
border-color: #F949E6;
}
.TagClassName
{
border-color: #F949E6;
}
</style>