Html Css Color HEX #F749DB Free Speech Magenta
📋 copy color: '#F749DB'red 247 ◦ green 73 ◦ blue 219
Shades of Free Speech Magenta #F749DB
Tints of Free Speech Magenta #F749DB
RGB
CMYK
RGB Variations
Color information
#F749DB (or 0xF749DB) is known color: Free Speech Magenta. HEX triplet: F7, 49 and DB. RGB value is (247,73,219). Sum of RGB (Red+Green+Blue) = 247+73+219=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 73 (28.91% from 255 or 13.54% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F749DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F749DB is #08B624. Grayscale: #8D8D8D. Windows color (decimal): -570917 or 14371319. OLE color: 14371319.
HSL color Cylindrical-coordinate representation of color #F749DB: hue angle of 309.66º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F749DB is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 73 | 219 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.03 |
| HSL | 309.66º | 0.92% | 0.63% | - |
| HSV(B) | 309.66º | 0.7% | 0.97% | - |
| XYZ | 53.53 | 29.65 | 69.92 | - |
| YUV | 141.67 | 171.65 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 73 | 219 | 0 | 0.70 | 0.11 | 0.03 | 309.66 | 0.92 | 0.63 |
| Hex | F7 | 49 | DB | 0 | 46 | B | 3 | 136 | 5C | 3F |
| Octal | 367 | 111 | 333 | 0 | 106 | 13 | 3 | 466 | 134 | 77 |
| Binary | 11110111 | 1001001 | 11011011 | 0 | 1000110 | 1011 | 11 | 100110110 | 1011100 | 111111 |
Color Harmonies of #F749DB
Complementary color
Monochromatic Colors of #F749DB
Black with #F749DB
Text Example
Text Example
White with #F749DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F749DB; }
p { color: rgb(247,73,219); }
H1.HeaderClassName
{
color: #F749DB;
}
.AnyTagClassName
{
color: #F749DB;
}
</style>
background-color css
<style>
a { background-color: #F749DB; }
a { background-color: rgb(247,73,219); }
div.DivClassName
{
background-color: #F749DB;
}
.BgClassName
{
background-color: #F749DB;
}
</style>
border-color css
<style>
span { border-color: #F749DB; }
span { border-color: rgb(247,73,219); }
td.TdClassName
{
border-color: #F749DB;
}
.TagClassName
{
border-color: #F749DB;
}
</style>