Html Css Color HEX #F552EC Free Speech Magenta
📋 copy color: '#F552EC'red 245 ◦ green 82 ◦ blue 236
Shades of Free Speech Magenta #F552EC
Tints of Free Speech Magenta #F552EC
RGB
CMYK
RGB Variations
Color information
#F552EC (or 0xF552EC) is known color: Free Speech Magenta. HEX triplet: F5, 52 and EC. RGB value is (245,82,236). Sum of RGB (Red+Green+Blue) = 245+82+236=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 82 (32.42% from 255 or 14.56% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F552EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F552EC is #0AAD13. Grayscale: #939393. Windows color (decimal): -699668 or 15487733. OLE color: 15487733.
HSL color Cylindrical-coordinate representation of color #F552EC: hue angle of 303.31º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F552EC is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 236 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.04 |
| HSL | 303.31º | 0.89% | 0.64% | - |
| HSV(B) | 303.31º | 0.67% | 0.96% | - |
| XYZ | 55.81 | 31.5 | 82.5 | - |
| YUV | 148.29 | 177.5 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 236 | 0 | 0.67 | 0.04 | 0.04 | 303.31 | 0.89 | 0.64 |
| Hex | F5 | 52 | EC | 0 | 43 | 4 | 4 | 12F | 59 | 40 |
| Octal | 365 | 122 | 354 | 0 | 103 | 4 | 4 | 457 | 131 | 100 |
| Binary | 11110101 | 1010010 | 11101100 | 0 | 1000011 | 100 | 100 | 100101111 | 1011001 | 1000000 |
Color Harmonies of #F552EC
Complementary color
Monochromatic Colors of #F552EC
Black with #F552EC
Text Example
Text Example
White with #F552EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F552EC; }
p { color: rgb(245,82,236); }
H1.HeaderClassName
{
color: #F552EC;
}
.AnyTagClassName
{
color: #F552EC;
}
</style>
background-color css
<style>
a { background-color: #F552EC; }
a { background-color: rgb(245,82,236); }
div.DivClassName
{
background-color: #F552EC;
}
.BgClassName
{
background-color: #F552EC;
}
</style>
border-color css
<style>
span { border-color: #F552EC; }
span { border-color: rgb(245,82,236); }
td.TdClassName
{
border-color: #F552EC;
}
.TagClassName
{
border-color: #F552EC;
}
</style>