Html Css Color HEX #F049E5 Free Speech Magenta
📋 copy color: '#F049E5'red 240 ◦ green 73 ◦ blue 229
Shades of Free Speech Magenta #F049E5
Tints of Free Speech Magenta #F049E5
RGB
CMYK
RGB Variations
Color information
#F049E5 (or 0xF049E5) is known color: Free Speech Magenta. HEX triplet: F0, 49 and E5. RGB value is (240,73,229). Sum of RGB (Red+Green+Blue) = 240+73+229=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 73 (28.91% from 255 or 13.47% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F049E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F049E5 is #0FB61A. Grayscale: #8C8C8C. Windows color (decimal): -1029659 or 15026672. OLE color: 15026672.
HSL color Cylindrical-coordinate representation of color #F049E5: hue angle of 303.95º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F049E5 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 229 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.06 |
| HSL | 303.95º | 0.85% | 0.61% | - |
| HSV(B) | 303.95º | 0.7% | 0.94% | - |
| XYZ | 52.46 | 28.95 | 76.95 | - |
| YUV | 140.72 | 177.83 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 229 | 0 | 0.70 | 0.05 | 0.06 | 303.95 | 0.85 | 0.61 |
| Hex | F0 | 49 | E5 | 0 | 46 | 5 | 6 | 130 | 55 | 3D |
| Octal | 360 | 111 | 345 | 0 | 106 | 5 | 6 | 460 | 125 | 75 |
| Binary | 11110000 | 1001001 | 11100101 | 0 | 1000110 | 101 | 110 | 100110000 | 1010101 | 111101 |
Color Harmonies of #F049E5
Complementary color
Monochromatic Colors of #F049E5
Black with #F049E5
Text Example
Text Example
White with #F049E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F049E5; }
p { color: rgb(240,73,229); }
H1.HeaderClassName
{
color: #F049E5;
}
.AnyTagClassName
{
color: #F049E5;
}
</style>
background-color css
<style>
a { background-color: #F049E5; }
a { background-color: rgb(240,73,229); }
div.DivClassName
{
background-color: #F049E5;
}
.BgClassName
{
background-color: #F049E5;
}
</style>
border-color css
<style>
span { border-color: #F049E5; }
span { border-color: rgb(240,73,229); }
td.TdClassName
{
border-color: #F049E5;
}
.TagClassName
{
border-color: #F049E5;
}
</style>