Html Css Color HEX #F346DB Free Speech Magenta
📋 copy color: '#F346DB'red 243 ◦ green 70 ◦ blue 219
Shades of Free Speech Magenta #F346DB
Tints of Free Speech Magenta #F346DB
RGB
CMYK
RGB Variations
Color information
#F346DB (or 0xF346DB) is known color: Free Speech Magenta. HEX triplet: F3, 46 and DB. RGB value is (243,70,219). Sum of RGB (Red+Green+Blue) = 243+70+219=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 70 (27.73% from 255 or 13.16% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 243 - color contains mainly: red. Hex color #F346DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F346DB is #0CB924. Grayscale: #8A8A8A. Windows color (decimal): -833829 or 14370547. OLE color: 14370547.
HSL color Cylindrical-coordinate representation of color #F346DB: hue angle of 308.32º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F346DB is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 70 | 219 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.05 |
| HSL | 308.32º | 0.88% | 0.61% | - |
| HSV(B) | 308.32º | 0.71% | 0.95% | - |
| XYZ | 51.94 | 28.55 | 69.79 | - |
| YUV | 138.71 | 173.31 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 70 | 219 | 0 | 0.71 | 0.10 | 0.05 | 308.32 | 0.88 | 0.61 |
| Hex | F3 | 46 | DB | 0 | 47 | A | 5 | 134 | 58 | 3D |
| Octal | 363 | 106 | 333 | 0 | 107 | 12 | 5 | 464 | 130 | 75 |
| Binary | 11110011 | 1000110 | 11011011 | 0 | 1000111 | 1010 | 101 | 100110100 | 1011000 | 111101 |
Color Harmonies of #F346DB
Complementary color
Monochromatic Colors of #F346DB
Black with #F346DB
Text Example
Text Example
White with #F346DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F346DB; }
p { color: rgb(243,70,219); }
H1.HeaderClassName
{
color: #F346DB;
}
.AnyTagClassName
{
color: #F346DB;
}
</style>
background-color css
<style>
a { background-color: #F346DB; }
a { background-color: rgb(243,70,219); }
div.DivClassName
{
background-color: #F346DB;
}
.BgClassName
{
background-color: #F346DB;
}
</style>
border-color css
<style>
span { border-color: #F346DB; }
span { border-color: rgb(243,70,219); }
td.TdClassName
{
border-color: #F346DB;
}
.TagClassName
{
border-color: #F346DB;
}
</style>