Html Css Color HEX #F347DB Free Speech Magenta
📋 copy color: '#F347DB'red 243 ◦ green 71 ◦ blue 219
Shades of Free Speech Magenta #F347DB
Tints of Free Speech Magenta #F347DB
RGB
CMYK
RGB Variations
Color information
#F347DB (or 0xF347DB) is known color: Free Speech Magenta. HEX triplet: F3, 47 and DB. RGB value is (243,71,219). Sum of RGB (Red+Green+Blue) = 243+71+219=533 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.59% from 533); Green value is 71 (28.12% from 255 or 13.32% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 243 - color contains mainly: red. Hex color #F347DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F347DB is #0CB824. Grayscale: #8A8A8A. Windows color (decimal): -833573 or 14370803. OLE color: 14370803.
HSL color Cylindrical-coordinate representation of color #F347DB: hue angle of 308.37º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F347DB is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 219 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.05 |
| HSL | 308.37º | 0.88% | 0.62% | - |
| HSV(B) | 308.37º | 0.71% | 0.95% | - |
| XYZ | 52 | 28.68 | 69.81 | - |
| YUV | 139.3 | 172.98 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 219 | 0 | 0.71 | 0.10 | 0.05 | 308.37 | 0.88 | 0.62 |
| Hex | F3 | 47 | DB | 0 | 47 | A | 5 | 134 | 58 | 3E |
| Octal | 363 | 107 | 333 | 0 | 107 | 12 | 5 | 464 | 130 | 76 |
| Binary | 11110011 | 1000111 | 11011011 | 0 | 1000111 | 1010 | 101 | 100110100 | 1011000 | 111110 |
Color Harmonies of #F347DB
Complementary color
Monochromatic Colors of #F347DB
Black with #F347DB
Text Example
Text Example
White with #F347DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F347DB; }
p { color: rgb(243,71,219); }
H1.HeaderClassName
{
color: #F347DB;
}
.AnyTagClassName
{
color: #F347DB;
}
</style>
background-color css
<style>
a { background-color: #F347DB; }
a { background-color: rgb(243,71,219); }
div.DivClassName
{
background-color: #F347DB;
}
.BgClassName
{
background-color: #F347DB;
}
</style>
border-color css
<style>
span { border-color: #F347DB; }
span { border-color: rgb(243,71,219); }
td.TdClassName
{
border-color: #F347DB;
}
.TagClassName
{
border-color: #F347DB;
}
</style>