Html Css Color HEX #F949E8 Free Speech Magenta
📋 copy color: '#F949E8'red 249 ◦ green 73 ◦ blue 232
Shades of Free Speech Magenta #F949E8
Tints of Free Speech Magenta #F949E8
RGB
CMYK
RGB Variations
Color information
#F949E8 (or 0xF949E8) is known color: Free Speech Magenta. HEX triplet: F9, 49 and E8. RGB value is (249,73,232). Sum of RGB (Red+Green+Blue) = 249+73+232=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 73 (28.91% from 255 or 13.18% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F949E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F949E8 is #06B617. Grayscale: #8F8F8F. Windows color (decimal): -439832 or 15223289. OLE color: 15223289.
HSL color Cylindrical-coordinate representation of color #F949E8: hue angle of 305.8º 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 #F949E8 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 73 | 232 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.02 |
| HSL | 305.8º | 0.94% | 0.63% | - |
| HSV(B) | 305.8º | 0.71% | 0.98% | - |
| XYZ | 56.01 | 30.73 | 79.32 | - |
| YUV | 143.75 | 177.81 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 73 | 232 | 0 | 0.71 | 0.07 | 0.02 | 305.8 | 0.94 | 0.63 |
| Hex | F9 | 49 | E8 | 0 | 47 | 7 | 2 | 132 | 5E | 3F |
| Octal | 371 | 111 | 350 | 0 | 107 | 7 | 2 | 462 | 136 | 77 |
| Binary | 11111001 | 1001001 | 11101000 | 0 | 1000111 | 111 | 10 | 100110010 | 1011110 | 111111 |
Color Harmonies of #F949E8
Complementary color
Monochromatic Colors of #F949E8
Black with #F949E8
Text Example
Text Example
White with #F949E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F949E8; }
p { color: rgb(249,73,232); }
H1.HeaderClassName
{
color: #F949E8;
}
.AnyTagClassName
{
color: #F949E8;
}
</style>
background-color css
<style>
a { background-color: #F949E8; }
a { background-color: rgb(249,73,232); }
div.DivClassName
{
background-color: #F949E8;
}
.BgClassName
{
background-color: #F949E8;
}
</style>
border-color css
<style>
span { border-color: #F949E8; }
span { border-color: rgb(249,73,232); }
td.TdClassName
{
border-color: #F949E8;
}
.TagClassName
{
border-color: #F949E8;
}
</style>