Html Css Color HEX #F34FDB Free Speech Magenta
📋 copy color: '#F34FDB'red 243 ◦ green 79 ◦ blue 219
Shades of Free Speech Magenta #F34FDB
Tints of Free Speech Magenta #F34FDB
RGB
CMYK
RGB Variations
Color information
#F34FDB (or 0xF34FDB) is known color: Free Speech Magenta. HEX triplet: F3, 4F and DB. RGB value is (243,79,219). Sum of RGB (Red+Green+Blue) = 243+79+219=541 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.92% from 541); Green value is 79 (31.25% from 255 or 14.60% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 243 - color contains mainly: red. Hex color #F34FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F34FDB is #0CB024. Grayscale: #8F8F8F. Windows color (decimal): -831525 or 14372851. OLE color: 14372851.
HSL color Cylindrical-coordinate representation of color #F34FDB: hue angle of 308.78º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F34FDB is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 79 | 219 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.05 |
| HSL | 308.78º | 0.87% | 0.63% | - |
| HSV(B) | 308.78º | 0.67% | 0.95% | - |
| XYZ | 52.54 | 29.76 | 69.99 | - |
| YUV | 144 | 170.33 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 79 | 219 | 0 | 0.67 | 0.10 | 0.05 | 308.78 | 0.87 | 0.63 |
| Hex | F3 | 4F | DB | 0 | 43 | A | 5 | 135 | 57 | 3F |
| Octal | 363 | 117 | 333 | 0 | 103 | 12 | 5 | 465 | 127 | 77 |
| Binary | 11110011 | 1001111 | 11011011 | 0 | 1000011 | 1010 | 101 | 100110101 | 1010111 | 111111 |
Color Harmonies of #F34FDB
Complementary color
Monochromatic Colors of #F34FDB
Black with #F34FDB
Text Example
Text Example
White with #F34FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34FDB; }
p { color: rgb(243,79,219); }
H1.HeaderClassName
{
color: #F34FDB;
}
.AnyTagClassName
{
color: #F34FDB;
}
</style>
background-color css
<style>
a { background-color: #F34FDB; }
a { background-color: rgb(243,79,219); }
div.DivClassName
{
background-color: #F34FDB;
}
.BgClassName
{
background-color: #F34FDB;
}
</style>
border-color css
<style>
span { border-color: #F34FDB; }
span { border-color: rgb(243,79,219); }
td.TdClassName
{
border-color: #F34FDB;
}
.TagClassName
{
border-color: #F34FDB;
}
</style>