Html Css Color HEX #F552E8 Free Speech Magenta
📋 copy color: '#F552E8'red 245 ◦ green 82 ◦ blue 232
Shades of Free Speech Magenta #F552E8
Tints of Free Speech Magenta #F552E8
RGB
CMYK
RGB Variations
Color information
#F552E8 (or 0xF552E8) is known color: Free Speech Magenta. HEX triplet: F5, 52 and E8. RGB value is (245,82,232). Sum of RGB (Red+Green+Blue) = 245+82+232=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 82 (32.42% from 255 or 14.67% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F552E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F552E8 is #0AAD17. Grayscale: #939393. Windows color (decimal): -699672 or 15225589. OLE color: 15225589.
HSL color Cylindrical-coordinate representation of color #F552E8: hue angle of 304.79º 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 #F552E8 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 232 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.04 |
| HSL | 304.79º | 0.89% | 0.64% | - |
| HSV(B) | 304.79º | 0.67% | 0.96% | - |
| XYZ | 55.24 | 31.27 | 79.47 | - |
| YUV | 147.84 | 175.5 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 232 | 0 | 0.67 | 0.05 | 0.04 | 304.79 | 0.89 | 0.64 |
| Hex | F5 | 52 | E8 | 0 | 43 | 5 | 4 | 131 | 59 | 40 |
| Octal | 365 | 122 | 350 | 0 | 103 | 5 | 4 | 461 | 131 | 100 |
| Binary | 11110101 | 1010010 | 11101000 | 0 | 1000011 | 101 | 100 | 100110001 | 1011001 | 1000000 |
Color Harmonies of #F552E8
Complementary color
Monochromatic Colors of #F552E8
Black with #F552E8
Text Example
Text Example
White with #F552E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F552E8; }
p { color: rgb(245,82,232); }
H1.HeaderClassName
{
color: #F552E8;
}
.AnyTagClassName
{
color: #F552E8;
}
</style>
background-color css
<style>
a { background-color: #F552E8; }
a { background-color: rgb(245,82,232); }
div.DivClassName
{
background-color: #F552E8;
}
.BgClassName
{
background-color: #F552E8;
}
</style>
border-color css
<style>
span { border-color: #F552E8; }
span { border-color: rgb(245,82,232); }
td.TdClassName
{
border-color: #F552E8;
}
.TagClassName
{
border-color: #F552E8;
}
</style>