Html Css Color HEX #F55ADC Free Speech Magenta
📋 copy color: '#F55ADC'red 245 ◦ green 90 ◦ blue 220
Shades of Free Speech Magenta #F55ADC
Tints of Free Speech Magenta #F55ADC
RGB
CMYK
RGB Variations
Color information
#F55ADC (or 0xF55ADC) is known color: Free Speech Magenta. HEX triplet: F5, 5A and DC. RGB value is (245,90,220). Sum of RGB (Red+Green+Blue) = 245+90+220=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 90 (35.55% from 255 or 16.22% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F55ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55ADC is #0AA523. Grayscale: #969696. Windows color (decimal): -697636 or 14441205. OLE color: 14441205.
HSL color Cylindrical-coordinate representation of color #F55ADC: hue angle of 309.68º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55ADC is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 220 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.04 |
| HSL | 309.68º | 0.89% | 0.66% | - |
| HSV(B) | 309.68º | 0.63% | 0.96% | - |
| XYZ | 54.23 | 31.89 | 71.01 | - |
| YUV | 151.17 | 166.85 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 220 | 0 | 0.63 | 0.10 | 0.04 | 309.68 | 0.89 | 0.66 |
| Hex | F5 | 5A | DC | 0 | 3F | A | 4 | 136 | 59 | 42 |
| Octal | 365 | 132 | 334 | 0 | 77 | 12 | 4 | 466 | 131 | 102 |
| Binary | 11110101 | 1011010 | 11011100 | 0 | 111111 | 1010 | 100 | 100110110 | 1011001 | 1000010 |
Color Harmonies of #F55ADC
Complementary color
Monochromatic Colors of #F55ADC
Black with #F55ADC
Text Example
Text Example
White with #F55ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55ADC; }
p { color: rgb(245,90,220); }
H1.HeaderClassName
{
color: #F55ADC;
}
.AnyTagClassName
{
color: #F55ADC;
}
</style>
background-color css
<style>
a { background-color: #F55ADC; }
a { background-color: rgb(245,90,220); }
div.DivClassName
{
background-color: #F55ADC;
}
.BgClassName
{
background-color: #F55ADC;
}
</style>
border-color css
<style>
span { border-color: #F55ADC; }
span { border-color: rgb(245,90,220); }
td.TdClassName
{
border-color: #F55ADC;
}
.TagClassName
{
border-color: #F55ADC;
}
</style>