Html Css Color HEX #F149DB Free Speech Magenta
📋 copy color: '#F149DB'red 241 ◦ green 73 ◦ blue 219
Shades of Free Speech Magenta #F149DB
Tints of Free Speech Magenta #F149DB
RGB
CMYK
RGB Variations
Color information
#F149DB (or 0xF149DB) is known color: Free Speech Magenta. HEX triplet: F1, 49 and DB. RGB value is (241,73,219). Sum of RGB (Red+Green+Blue) = 241+73+219=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 73 (28.91% from 255 or 13.70% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F149DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149DB is #0EB624. Grayscale: #8B8B8B. Windows color (decimal): -964133 or 14371313. OLE color: 14371313.
HSL color Cylindrical-coordinate representation of color #F149DB: hue angle of 307.86º 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 #F149DB is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 219 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.05 |
| HSL | 307.86º | 0.86% | 0.62% | - |
| HSV(B) | 307.86º | 0.7% | 0.95% | - |
| XYZ | 51.44 | 28.58 | 69.82 | - |
| YUV | 139.88 | 172.66 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 219 | 0 | 0.70 | 0.09 | 0.05 | 307.86 | 0.86 | 0.62 |
| Hex | F1 | 49 | DB | 0 | 46 | 9 | 5 | 134 | 56 | 3E |
| Octal | 361 | 111 | 333 | 0 | 106 | 11 | 5 | 464 | 126 | 76 |
| Binary | 11110001 | 1001001 | 11011011 | 0 | 1000110 | 1001 | 101 | 100110100 | 1010110 | 111110 |
Color Harmonies of #F149DB
Complementary color
Monochromatic Colors of #F149DB
Black with #F149DB
Text Example
Text Example
White with #F149DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F149DB; }
p { color: rgb(241,73,219); }
H1.HeaderClassName
{
color: #F149DB;
}
.AnyTagClassName
{
color: #F149DB;
}
</style>
background-color css
<style>
a { background-color: #F149DB; }
a { background-color: rgb(241,73,219); }
div.DivClassName
{
background-color: #F149DB;
}
.BgClassName
{
background-color: #F149DB;
}
</style>
border-color css
<style>
span { border-color: #F149DB; }
span { border-color: rgb(241,73,219); }
td.TdClassName
{
border-color: #F149DB;
}
.TagClassName
{
border-color: #F149DB;
}
</style>