Html Css Color HEX #F149E5 Free Speech Magenta
📋 copy color: '#F149E5'red 241 ◦ green 73 ◦ blue 229
Shades of Free Speech Magenta #F149E5
Tints of Free Speech Magenta #F149E5
RGB
CMYK
RGB Variations
Color information
#F149E5 (or 0xF149E5) is known color: Free Speech Magenta. HEX triplet: F1, 49 and E5. RGB value is (241,73,229). Sum of RGB (Red+Green+Blue) = 241+73+229=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 73 (28.91% from 255 or 13.44% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F149E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149E5 is #0EB61A. Grayscale: #8C8C8C. Windows color (decimal): -964123 or 15026673. OLE color: 15026673.
HSL color Cylindrical-coordinate representation of color #F149E5: hue angle of 304.29º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F149E5 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 229 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.05 |
| HSL | 304.29º | 0.86% | 0.62% | - |
| HSV(B) | 304.29º | 0.7% | 0.95% | - |
| XYZ | 52.8 | 29.12 | 76.97 | - |
| YUV | 141.02 | 177.66 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 229 | 0 | 0.70 | 0.05 | 0.05 | 304.29 | 0.86 | 0.62 |
| Hex | F1 | 49 | E5 | 0 | 46 | 5 | 5 | 130 | 56 | 3E |
| Octal | 361 | 111 | 345 | 0 | 106 | 5 | 5 | 460 | 126 | 76 |
| Binary | 11110001 | 1001001 | 11100101 | 0 | 1000110 | 101 | 101 | 100110000 | 1010110 | 111110 |
Color Harmonies of #F149E5
Complementary color
Monochromatic Colors of #F149E5
Black with #F149E5
Text Example
Text Example
White with #F149E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F149E5; }
p { color: rgb(241,73,229); }
H1.HeaderClassName
{
color: #F149E5;
}
.AnyTagClassName
{
color: #F149E5;
}
</style>
background-color css
<style>
a { background-color: #F149E5; }
a { background-color: rgb(241,73,229); }
div.DivClassName
{
background-color: #F149E5;
}
.BgClassName
{
background-color: #F149E5;
}
</style>
border-color css
<style>
span { border-color: #F149E5; }
span { border-color: rgb(241,73,229); }
td.TdClassName
{
border-color: #F149E5;
}
.TagClassName
{
border-color: #F149E5;
}
</style>