Html Css Color HEX #F44EDB Free Speech Magenta
📋 copy color: '#F44EDB'red 244 ◦ green 78 ◦ blue 219
Shades of Free Speech Magenta #F44EDB
Tints of Free Speech Magenta #F44EDB
RGB
CMYK
RGB Variations
Color information
#F44EDB (or 0xF44EDB) is known color: Free Speech Magenta. HEX triplet: F4, 4E and DB. RGB value is (244,78,219). Sum of RGB (Red+Green+Blue) = 244+78+219=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 78 (30.86% from 255 or 14.42% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F44EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F44EDB is #0BB124. Grayscale: #8F8F8F. Windows color (decimal): -766245 or 14372596. OLE color: 14372596.
HSL color Cylindrical-coordinate representation of color #F44EDB: hue angle of 309.04º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F44EDB is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 78 | 219 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.04 |
| HSL | 309.04º | 0.88% | 0.63% | - |
| HSV(B) | 309.04º | 0.68% | 0.96% | - |
| XYZ | 52.82 | 29.8 | 69.99 | - |
| YUV | 143.71 | 170.5 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 78 | 219 | 0 | 0.68 | 0.10 | 0.04 | 309.04 | 0.88 | 0.63 |
| Hex | F4 | 4E | DB | 0 | 44 | A | 4 | 135 | 58 | 3F |
| Octal | 364 | 116 | 333 | 0 | 104 | 12 | 4 | 465 | 130 | 77 |
| Binary | 11110100 | 1001110 | 11011011 | 0 | 1000100 | 1010 | 100 | 100110101 | 1011000 | 111111 |
Color Harmonies of #F44EDB
Complementary color
Monochromatic Colors of #F44EDB
Black with #F44EDB
Text Example
Text Example
White with #F44EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44EDB; }
p { color: rgb(244,78,219); }
H1.HeaderClassName
{
color: #F44EDB;
}
.AnyTagClassName
{
color: #F44EDB;
}
</style>
background-color css
<style>
a { background-color: #F44EDB; }
a { background-color: rgb(244,78,219); }
div.DivClassName
{
background-color: #F44EDB;
}
.BgClassName
{
background-color: #F44EDB;
}
</style>
border-color css
<style>
span { border-color: #F44EDB; }
span { border-color: rgb(244,78,219); }
td.TdClassName
{
border-color: #F44EDB;
}
.TagClassName
{
border-color: #F44EDB;
}
</style>