Html Css Color HEX #F55EDD Free Speech Magenta
📋 copy color: '#F55EDD'red 245 ◦ green 94 ◦ blue 221
Shades of Free Speech Magenta #F55EDD
Tints of Free Speech Magenta #F55EDD
RGB
CMYK
RGB Variations
Color information
#F55EDD (or 0xF55EDD) is known color: Free Speech Magenta. HEX triplet: F5, 5E and DD. RGB value is (245,94,221). Sum of RGB (Red+Green+Blue) = 245+94+221=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 94 (37.11% from 255 or 16.79% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F55EDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55EDD is #0AA122. Grayscale: #999999. Windows color (decimal): -696611 or 14507765. OLE color: 14507765.
HSL color Cylindrical-coordinate representation of color #F55EDD: hue angle of 309.54º 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 #F55EDD is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 94 | 221 | - |
| CMYK | 0 | 0.62 | 0.10 | 0.04 |
| HSL | 309.54º | 0.88% | 0.66% | - |
| HSV(B) | 309.54º | 0.62% | 0.96% | - |
| XYZ | 54.71 | 32.64 | 71.82 | - |
| YUV | 153.63 | 166.03 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 221 | 0 | 0.62 | 0.10 | 0.04 | 309.54 | 0.88 | 0.66 |
| Hex | F5 | 5E | DD | 0 | 3E | A | 4 | 136 | 58 | 42 |
| Octal | 365 | 136 | 335 | 0 | 76 | 12 | 4 | 466 | 130 | 102 |
| Binary | 11110101 | 1011110 | 11011101 | 0 | 111110 | 1010 | 100 | 100110110 | 1011000 | 1000010 |
Color Harmonies of #F55EDD
Complementary color
Monochromatic Colors of #F55EDD
Black with #F55EDD
Text Example
Text Example
White with #F55EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55EDD; }
p { color: rgb(245,94,221); }
H1.HeaderClassName
{
color: #F55EDD;
}
.AnyTagClassName
{
color: #F55EDD;
}
</style>
background-color css
<style>
a { background-color: #F55EDD; }
a { background-color: rgb(245,94,221); }
div.DivClassName
{
background-color: #F55EDD;
}
.BgClassName
{
background-color: #F55EDD;
}
</style>
border-color css
<style>
span { border-color: #F55EDD; }
span { border-color: rgb(245,94,221); }
td.TdClassName
{
border-color: #F55EDD;
}
.TagClassName
{
border-color: #F55EDD;
}
</style>