Html Css Color HEX #F149F0 Free Speech Magenta
📋 copy color: '#F149F0'red 241 ◦ green 73 ◦ blue 240
Shades of Free Speech Magenta #F149F0
Tints of Free Speech Magenta #F149F0
RGB
CMYK
RGB Variations
Color information
#F149F0 (or 0xF149F0) is known color: Free Speech Magenta. HEX triplet: F1, 49 and F0. RGB value is (241,73,240). Sum of RGB (Red+Green+Blue) = 241+73+240=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 73 (28.91% from 255 or 13.18% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F149F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F149F0 is #0EB60F. Grayscale: #8D8D8D. Windows color (decimal): -964112 or 15747569. OLE color: 15747569.
HSL color Cylindrical-coordinate representation of color #F149F0: hue angle of 300.36º 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 #F149F0 is Cyan = 0, Magento = 0.70, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 240 | - |
| CMYK | 0 | 0.70 | 0.00 | 0.05 |
| HSL | 300.36º | 0.86% | 0.62% | - |
| HSV(B) | 300.36º | 0.7% | 0.95% | - |
| XYZ | 54.39 | 29.76 | 85.32 | - |
| YUV | 142.27 | 183.16 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 240 | 0 | 0.70 | 0.00 | 0.05 | 300.36 | 0.86 | 0.62 |
| Hex | F1 | 49 | F0 | 0 | 46 | 0 | 5 | 12C | 56 | 3E |
| Octal | 361 | 111 | 360 | 0 | 106 | 0 | 5 | 454 | 126 | 76 |
| Binary | 11110001 | 1001001 | 11110000 | 0 | 1000110 | 0 | 101 | 100101100 | 1010110 | 111110 |
Color Harmonies of #F149F0
Complementary color
Monochromatic Colors of #F149F0
Black with #F149F0
Text Example
Text Example
White with #F149F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F149F0; }
p { color: rgb(241,73,240); }
H1.HeaderClassName
{
color: #F149F0;
}
.AnyTagClassName
{
color: #F149F0;
}
</style>
background-color css
<style>
a { background-color: #F149F0; }
a { background-color: rgb(241,73,240); }
div.DivClassName
{
background-color: #F149F0;
}
.BgClassName
{
background-color: #F149F0;
}
</style>
border-color css
<style>
span { border-color: #F149F0; }
span { border-color: rgb(241,73,240); }
td.TdClassName
{
border-color: #F149F0;
}
.TagClassName
{
border-color: #F149F0;
}
</style>