Html Css Color HEX #F45EDB Free Speech Magenta
📋 copy color: '#F45EDB'red 244 ◦ green 94 ◦ blue 219
Shades of Free Speech Magenta #F45EDB
Tints of Free Speech Magenta #F45EDB
RGB
CMYK
RGB Variations
Color information
#F45EDB (or 0xF45EDB) is known color: Free Speech Magenta. HEX triplet: F4, 5E and DB. RGB value is (244,94,219). Sum of RGB (Red+Green+Blue) = 244+94+219=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 94 (37.11% from 255 or 16.88% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F45EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F45EDB is #0BA124. Grayscale: #989898. Windows color (decimal): -762149 or 14376692. OLE color: 14376692.
HSL color Cylindrical-coordinate representation of color #F45EDB: hue angle of 310º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F45EDB is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 94 | 219 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.04 |
| HSL | 310º | 0.87% | 0.66% | - |
| HSV(B) | 310º | 0.61% | 0.96% | - |
| XYZ | 54.1 | 32.35 | 70.41 | - |
| YUV | 153.1 | 165.2 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 94 | 219 | 0 | 0.61 | 0.10 | 0.04 | 310 | 0.87 | 0.66 |
| Hex | F4 | 5E | DB | 0 | 3D | A | 4 | 136 | 57 | 42 |
| Octal | 364 | 136 | 333 | 0 | 75 | 12 | 4 | 466 | 127 | 102 |
| Binary | 11110100 | 1011110 | 11011011 | 0 | 111101 | 1010 | 100 | 100110110 | 1010111 | 1000010 |
Color Harmonies of #F45EDB
Complementary color
Monochromatic Colors of #F45EDB
Black with #F45EDB
Text Example
Text Example
White with #F45EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45EDB; }
p { color: rgb(244,94,219); }
H1.HeaderClassName
{
color: #F45EDB;
}
.AnyTagClassName
{
color: #F45EDB;
}
</style>
background-color css
<style>
a { background-color: #F45EDB; }
a { background-color: rgb(244,94,219); }
div.DivClassName
{
background-color: #F45EDB;
}
.BgClassName
{
background-color: #F45EDB;
}
</style>
border-color css
<style>
span { border-color: #F45EDB; }
span { border-color: rgb(244,94,219); }
td.TdClassName
{
border-color: #F45EDB;
}
.TagClassName
{
border-color: #F45EDB;
}
</style>