Html Css Color HEX #F14EDB Free Speech Magenta
📋 copy color: '#F14EDB'red 241 ◦ green 78 ◦ blue 219
Shades of Free Speech Magenta #F14EDB
Tints of Free Speech Magenta #F14EDB
RGB
CMYK
RGB Variations
Color information
#F14EDB (or 0xF14EDB) is known color: Free Speech Magenta. HEX triplet: F1, 4E and DB. RGB value is (241,78,219). Sum of RGB (Red+Green+Blue) = 241+78+219=538 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.80% from 538); Green value is 78 (30.86% from 255 or 14.50% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 241 - color contains mainly: red. Hex color #F14EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14EDB is #0EB124. Grayscale: #8E8E8E. Windows color (decimal): -962853 or 14372593. OLE color: 14372593.
HSL color Cylindrical-coordinate representation of color #F14EDB: hue angle of 308.1º degrees, saturation: 0.85, 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 #F14EDB is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 219 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.05 |
| HSL | 308.1º | 0.85% | 0.63% | - |
| HSV(B) | 308.1º | 0.68% | 0.95% | - |
| XYZ | 51.79 | 29.26 | 69.94 | - |
| YUV | 142.81 | 171 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 219 | 0 | 0.68 | 0.09 | 0.05 | 308.1 | 0.85 | 0.63 |
| Hex | F1 | 4E | DB | 0 | 44 | 9 | 5 | 134 | 55 | 3F |
| Octal | 361 | 116 | 333 | 0 | 104 | 11 | 5 | 464 | 125 | 77 |
| Binary | 11110001 | 1001110 | 11011011 | 0 | 1000100 | 1001 | 101 | 100110100 | 1010101 | 111111 |
Color Harmonies of #F14EDB
Complementary color
Monochromatic Colors of #F14EDB
Black with #F14EDB
Text Example
Text Example
White with #F14EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14EDB; }
p { color: rgb(241,78,219); }
H1.HeaderClassName
{
color: #F14EDB;
}
.AnyTagClassName
{
color: #F14EDB;
}
</style>
background-color css
<style>
a { background-color: #F14EDB; }
a { background-color: rgb(241,78,219); }
div.DivClassName
{
background-color: #F14EDB;
}
.BgClassName
{
background-color: #F14EDB;
}
</style>
border-color css
<style>
span { border-color: #F14EDB; }
span { border-color: rgb(241,78,219); }
td.TdClassName
{
border-color: #F14EDB;
}
.TagClassName
{
border-color: #F14EDB;
}
</style>