Html Css Color HEX #F349DB Free Speech Magenta
📋 copy color: '#F349DB'red 243 ◦ green 73 ◦ blue 219
Shades of Free Speech Magenta #F349DB
Tints of Free Speech Magenta #F349DB
RGB
CMYK
RGB Variations
Color information
#F349DB (or 0xF349DB) is known color: Free Speech Magenta. HEX triplet: F3, 49 and DB. RGB value is (243,73,219). Sum of RGB (Red+Green+Blue) = 243+73+219=535 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.42% from 535); Green value is 73 (28.91% from 255 or 13.64% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 243 - color contains mainly: red. Hex color #F349DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F349DB is #0CB624. Grayscale: #8C8C8C. Windows color (decimal): -833061 or 14371315. OLE color: 14371315.
HSL color Cylindrical-coordinate representation of color #F349DB: hue angle of 308.47º degrees, saturation: 0.88, 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 #F349DB is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 219 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.05 |
| HSL | 308.47º | 0.88% | 0.62% | - |
| HSV(B) | 308.47º | 0.7% | 0.95% | - |
| XYZ | 52.13 | 28.93 | 69.86 | - |
| YUV | 140.47 | 172.32 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 219 | 0 | 0.70 | 0.10 | 0.05 | 308.47 | 0.88 | 0.62 |
| Hex | F3 | 49 | DB | 0 | 46 | A | 5 | 134 | 58 | 3E |
| Octal | 363 | 111 | 333 | 0 | 106 | 12 | 5 | 464 | 130 | 76 |
| Binary | 11110011 | 1001001 | 11011011 | 0 | 1000110 | 1010 | 101 | 100110100 | 1011000 | 111110 |
Color Harmonies of #F349DB
Complementary color
Monochromatic Colors of #F349DB
Black with #F349DB
Text Example
Text Example
White with #F349DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F349DB; }
p { color: rgb(243,73,219); }
H1.HeaderClassName
{
color: #F349DB;
}
.AnyTagClassName
{
color: #F349DB;
}
</style>
background-color css
<style>
a { background-color: #F349DB; }
a { background-color: rgb(243,73,219); }
div.DivClassName
{
background-color: #F349DB;
}
.BgClassName
{
background-color: #F349DB;
}
</style>
border-color css
<style>
span { border-color: #F349DB; }
span { border-color: rgb(243,73,219); }
td.TdClassName
{
border-color: #F349DB;
}
.TagClassName
{
border-color: #F349DB;
}
</style>