Html Css Color HEX #F149D5 Free Speech Magenta
📋 copy color: '#F149D5'red 241 ◦ green 73 ◦ blue 213
Shades of Free Speech Magenta #F149D5
Tints of Free Speech Magenta #F149D5
RGB
CMYK
RGB Variations
Color information
#F149D5 (or 0xF149D5) is known color: Free Speech Magenta. HEX triplet: F1, 49 and D5. RGB value is (241,73,213). Sum of RGB (Red+Green+Blue) = 241+73+213=527 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.73% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 241 - color contains mainly: red. Hex color #F149D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149D5 is #0EB62A. Grayscale: #8A8A8A. Windows color (decimal): -964139 or 13978097. OLE color: 13978097.
HSL color Cylindrical-coordinate representation of color #F149D5: hue angle of 310º 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 #F149D5 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 213 | - |
| CMYK | 0 | 0.70 | 0.12 | 0.05 |
| HSL | 310º | 0.86% | 0.62% | - |
| HSV(B) | 310º | 0.7% | 0.95% | - |
| XYZ | 50.67 | 28.27 | 65.74 | - |
| YUV | 139.19 | 169.66 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 213 | 0 | 0.70 | 0.12 | 0.05 | 310 | 0.86 | 0.62 |
| Hex | F1 | 49 | D5 | 0 | 46 | C | 5 | 136 | 56 | 3E |
| Octal | 361 | 111 | 325 | 0 | 106 | 14 | 5 | 466 | 126 | 76 |
| Binary | 11110001 | 1001001 | 11010101 | 0 | 1000110 | 1100 | 101 | 100110110 | 1010110 | 111110 |
Color Harmonies of #F149D5
Complementary color
Monochromatic Colors of #F149D5
Black with #F149D5
Text Example
Text Example
White with #F149D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F149D5; }
p { color: rgb(241,73,213); }
H1.HeaderClassName
{
color: #F149D5;
}
.AnyTagClassName
{
color: #F149D5;
}
</style>
background-color css
<style>
a { background-color: #F149D5; }
a { background-color: rgb(241,73,213); }
div.DivClassName
{
background-color: #F149D5;
}
.BgClassName
{
background-color: #F149D5;
}
</style>
border-color css
<style>
span { border-color: #F149D5; }
span { border-color: rgb(241,73,213); }
td.TdClassName
{
border-color: #F149D5;
}
.TagClassName
{
border-color: #F149D5;
}
</style>