Html Css Color HEX #F55ADD Free Speech Magenta
📋 copy color: '#F55ADD'red 245 ◦ green 90 ◦ blue 221
Shades of Free Speech Magenta #F55ADD
Tints of Free Speech Magenta #F55ADD
RGB
CMYK
RGB Variations
Color information
#F55ADD (or 0xF55ADD) is known color: Free Speech Magenta. HEX triplet: F5, 5A and DD. RGB value is (245,90,221). Sum of RGB (Red+Green+Blue) = 245+90+221=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 90 (35.55% from 255 or 16.19% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F55ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55ADD is #0AA522. Grayscale: #969696. Windows color (decimal): -697635 or 14506741. OLE color: 14506741.
HSL color Cylindrical-coordinate representation of color #F55ADD: hue angle of 309.29º 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 #F55ADD is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 221 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.04 |
| HSL | 309.29º | 0.89% | 0.66% | - |
| HSV(B) | 309.29º | 0.63% | 0.96% | - |
| XYZ | 54.36 | 31.95 | 71.71 | - |
| YUV | 151.28 | 167.35 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 221 | 0 | 0.63 | 0.10 | 0.04 | 309.29 | 0.89 | 0.66 |
| Hex | F5 | 5A | DD | 0 | 3F | A | 4 | 135 | 59 | 42 |
| Octal | 365 | 132 | 335 | 0 | 77 | 12 | 4 | 465 | 131 | 102 |
| Binary | 11110101 | 1011010 | 11011101 | 0 | 111111 | 1010 | 100 | 100110101 | 1011001 | 1000010 |
Color Harmonies of #F55ADD
Complementary color
Monochromatic Colors of #F55ADD
Black with #F55ADD
Text Example
Text Example
White with #F55ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55ADD; }
p { color: rgb(245,90,221); }
H1.HeaderClassName
{
color: #F55ADD;
}
.AnyTagClassName
{
color: #F55ADD;
}
</style>
background-color css
<style>
a { background-color: #F55ADD; }
a { background-color: rgb(245,90,221); }
div.DivClassName
{
background-color: #F55ADD;
}
.BgClassName
{
background-color: #F55ADD;
}
</style>
border-color css
<style>
span { border-color: #F55ADD; }
span { border-color: rgb(245,90,221); }
td.TdClassName
{
border-color: #F55ADD;
}
.TagClassName
{
border-color: #F55ADD;
}
</style>