Html Css Color HEX #F553D9 Free Speech Magenta
📋 copy color: '#F553D9'red 245 ◦ green 83 ◦ blue 217
Shades of Free Speech Magenta #F553D9
Tints of Free Speech Magenta #F553D9
RGB
CMYK
RGB Variations
Color information
#F553D9 (or 0xF553D9) is known color: Free Speech Magenta. HEX triplet: F5, 53 and D9. RGB value is (245,83,217). Sum of RGB (Red+Green+Blue) = 245+83+217=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 83 (32.81% from 255 or 15.23% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F553D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F553D9 is #0AAC26. Grayscale: #929292. Windows color (decimal): -699431 or 14242805. OLE color: 14242805.
HSL color Cylindrical-coordinate representation of color #F553D9: hue angle of 310.37º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F553D9 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 217 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.04 |
| HSL | 310.37º | 0.89% | 0.64% | - |
| HSV(B) | 310.37º | 0.66% | 0.96% | - |
| XYZ | 53.27 | 30.61 | 68.75 | - |
| YUV | 146.71 | 167.67 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 217 | 0 | 0.66 | 0.11 | 0.04 | 310.37 | 0.89 | 0.64 |
| Hex | F5 | 53 | D9 | 0 | 42 | B | 4 | 136 | 59 | 40 |
| Octal | 365 | 123 | 331 | 0 | 102 | 13 | 4 | 466 | 131 | 100 |
| Binary | 11110101 | 1010011 | 11011001 | 0 | 1000010 | 1011 | 100 | 100110110 | 1011001 | 1000000 |
Color Harmonies of #F553D9
Complementary color
Monochromatic Colors of #F553D9
Black with #F553D9
Text Example
Text Example
White with #F553D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F553D9; }
p { color: rgb(245,83,217); }
H1.HeaderClassName
{
color: #F553D9;
}
.AnyTagClassName
{
color: #F553D9;
}
</style>
background-color css
<style>
a { background-color: #F553D9; }
a { background-color: rgb(245,83,217); }
div.DivClassName
{
background-color: #F553D9;
}
.BgClassName
{
background-color: #F553D9;
}
</style>
border-color css
<style>
span { border-color: #F553D9; }
span { border-color: rgb(245,83,217); }
td.TdClassName
{
border-color: #F553D9;
}
.TagClassName
{
border-color: #F553D9;
}
</style>