Html Css Color HEX #F34DDB Free Speech Magenta
📋 copy color: '#F34DDB'red 243 ◦ green 77 ◦ blue 219
Shades of Free Speech Magenta #F34DDB
Tints of Free Speech Magenta #F34DDB
RGB
CMYK
RGB Variations
Color information
#F34DDB (or 0xF34DDB) is known color: Free Speech Magenta. HEX triplet: F3, 4D and DB. RGB value is (243,77,219). Sum of RGB (Red+Green+Blue) = 243+77+219=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 77 (30.47% from 255 or 14.29% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F34DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F34DDB is #0CB224. Grayscale: #8E8E8E. Windows color (decimal): -832037 or 14372339. OLE color: 14372339.
HSL color Cylindrical-coordinate representation of color #F34DDB: hue angle of 308.67º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F34DDB is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 219 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.05 |
| HSL | 308.67º | 0.87% | 0.63% | - |
| HSV(B) | 308.67º | 0.68% | 0.95% | - |
| XYZ | 52.4 | 29.48 | 69.95 | - |
| YUV | 142.82 | 171 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 219 | 0 | 0.68 | 0.10 | 0.05 | 308.67 | 0.87 | 0.63 |
| Hex | F3 | 4D | DB | 0 | 44 | A | 5 | 135 | 57 | 3F |
| Octal | 363 | 115 | 333 | 0 | 104 | 12 | 5 | 465 | 127 | 77 |
| Binary | 11110011 | 1001101 | 11011011 | 0 | 1000100 | 1010 | 101 | 100110101 | 1010111 | 111111 |
Color Harmonies of #F34DDB
Complementary color
Monochromatic Colors of #F34DDB
Black with #F34DDB
Text Example
Text Example
White with #F34DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34DDB; }
p { color: rgb(243,77,219); }
H1.HeaderClassName
{
color: #F34DDB;
}
.AnyTagClassName
{
color: #F34DDB;
}
</style>
background-color css
<style>
a { background-color: #F34DDB; }
a { background-color: rgb(243,77,219); }
div.DivClassName
{
background-color: #F34DDB;
}
.BgClassName
{
background-color: #F34DDB;
}
</style>
border-color css
<style>
span { border-color: #F34DDB; }
span { border-color: rgb(243,77,219); }
td.TdClassName
{
border-color: #F34DDB;
}
.TagClassName
{
border-color: #F34DDB;
}
</style>