Html Css Color HEX #F55EDB Free Speech Magenta
📋 copy color: '#F55EDB'red 245 ◦ green 94 ◦ blue 219
Shades of Free Speech Magenta #F55EDB
Tints of Free Speech Magenta #F55EDB
RGB
CMYK
RGB Variations
Color information
#F55EDB (or 0xF55EDB) is known color: Free Speech Magenta. HEX triplet: F5, 5E and DB. RGB value is (245,94,219). Sum of RGB (Red+Green+Blue) = 245+94+219=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 94 (37.11% from 255 or 16.85% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F55EDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55EDB is #0AA124. Grayscale: #999999. Windows color (decimal): -696613 or 14376693. OLE color: 14376693.
HSL color Cylindrical-coordinate representation of color #F55EDB: hue angle of 310.33º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55EDB is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 219 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.04 |
| HSL | 310.33º | 0.88% | 0.66% | - |
| HSV(B) | 310.33º | 0.62% | 0.96% | - |
| XYZ | 54.45 | 32.53 | 70.43 | - |
| YUV | 153.4 | 165.03 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 219 | 0 | 0.62 | 0.11 | 0.04 | 310.33 | 0.88 | 0.66 |
| Hex | F5 | 5E | DB | 0 | 3E | B | 4 | 136 | 58 | 42 |
| Octal | 365 | 136 | 333 | 0 | 76 | 13 | 4 | 466 | 130 | 102 |
| Binary | 11110101 | 1011110 | 11011011 | 0 | 111110 | 1011 | 100 | 100110110 | 1011000 | 1000010 |
Color Harmonies of #F55EDB
Complementary color
Monochromatic Colors of #F55EDB
Black with #F55EDB
Text Example
Text Example
White with #F55EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55EDB; }
p { color: rgb(245,94,219); }
H1.HeaderClassName
{
color: #F55EDB;
}
.AnyTagClassName
{
color: #F55EDB;
}
</style>
background-color css
<style>
a { background-color: #F55EDB; }
a { background-color: rgb(245,94,219); }
div.DivClassName
{
background-color: #F55EDB;
}
.BgClassName
{
background-color: #F55EDB;
}
</style>
border-color css
<style>
span { border-color: #F55EDB; }
span { border-color: rgb(245,94,219); }
td.TdClassName
{
border-color: #F55EDB;
}
.TagClassName
{
border-color: #F55EDB;
}
</style>