Html Css Color HEX #F55AD0 Free Speech Magenta
📋 copy color: '#F55AD0'red 245 ◦ green 90 ◦ blue 208
Shades of Free Speech Magenta #F55AD0
Tints of Free Speech Magenta #F55AD0
RGB
CMYK
RGB Variations
Color information
#F55AD0 (or 0xF55AD0) is known color: Free Speech Magenta. HEX triplet: F5, 5A and D0. RGB value is (245,90,208). Sum of RGB (Red+Green+Blue) = 245+90+208=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 90 (35.55% from 255 or 16.57% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F55AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F55AD0 is #0AA52F. Grayscale: #959595. Windows color (decimal): -697648 or 13654773. OLE color: 13654773.
HSL color Cylindrical-coordinate representation of color #F55AD0: hue angle of 314.32º 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 #F55AD0 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 208 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.04 |
| HSL | 314.32º | 0.89% | 0.66% | - |
| HSV(B) | 314.32º | 0.63% | 0.96% | - |
| XYZ | 52.7 | 31.28 | 62.93 | - |
| YUV | 149.8 | 160.85 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 208 | 0 | 0.63 | 0.15 | 0.04 | 314.32 | 0.89 | 0.66 |
| Hex | F5 | 5A | D0 | 0 | 3F | F | 4 | 13A | 59 | 42 |
| Octal | 365 | 132 | 320 | 0 | 77 | 17 | 4 | 472 | 131 | 102 |
| Binary | 11110101 | 1011010 | 11010000 | 0 | 111111 | 1111 | 100 | 100111010 | 1011001 | 1000010 |
Color Harmonies of #F55AD0
Complementary color
Monochromatic Colors of #F55AD0
Black with #F55AD0
Text Example
Text Example
White with #F55AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55AD0; }
p { color: rgb(245,90,208); }
H1.HeaderClassName
{
color: #F55AD0;
}
.AnyTagClassName
{
color: #F55AD0;
}
</style>
background-color css
<style>
a { background-color: #F55AD0; }
a { background-color: rgb(245,90,208); }
div.DivClassName
{
background-color: #F55AD0;
}
.BgClassName
{
background-color: #F55AD0;
}
</style>
border-color css
<style>
span { border-color: #F55AD0; }
span { border-color: rgb(245,90,208); }
td.TdClassName
{
border-color: #F55AD0;
}
.TagClassName
{
border-color: #F55AD0;
}
</style>