Html Css Color HEX #F552D8 Free Speech Magenta
📋 copy color: '#F552D8'red 245 ◦ green 82 ◦ blue 216
Shades of Free Speech Magenta #F552D8
Tints of Free Speech Magenta #F552D8
RGB
CMYK
RGB Variations
Color information
#F552D8 (or 0xF552D8) is known color: Free Speech Magenta. HEX triplet: F5, 52 and D8. RGB value is (245,82,216). Sum of RGB (Red+Green+Blue) = 245+82+216=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 82 (32.42% from 255 or 15.10% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F552D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F552D8 is #0AAD27. Grayscale: #919191. Windows color (decimal): -699688 or 14177013. OLE color: 14177013.
HSL color Cylindrical-coordinate representation of color #F552D8: hue angle of 310.67º 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 #F552D8 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 216 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.04 |
| HSL | 310.67º | 0.89% | 0.64% | - |
| HSV(B) | 310.67º | 0.67% | 0.96% | - |
| XYZ | 53.07 | 30.4 | 68.04 | - |
| YUV | 146.01 | 167.5 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 216 | 0 | 0.67 | 0.12 | 0.04 | 310.67 | 0.89 | 0.64 |
| Hex | F5 | 52 | D8 | 0 | 43 | C | 4 | 137 | 59 | 40 |
| Octal | 365 | 122 | 330 | 0 | 103 | 14 | 4 | 467 | 131 | 100 |
| Binary | 11110101 | 1010010 | 11011000 | 0 | 1000011 | 1100 | 100 | 100110111 | 1011001 | 1000000 |
Color Harmonies of #F552D8
Complementary color
Monochromatic Colors of #F552D8
Black with #F552D8
Text Example
Text Example
White with #F552D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F552D8; }
p { color: rgb(245,82,216); }
H1.HeaderClassName
{
color: #F552D8;
}
.AnyTagClassName
{
color: #F552D8;
}
</style>
background-color css
<style>
a { background-color: #F552D8; }
a { background-color: rgb(245,82,216); }
div.DivClassName
{
background-color: #F552D8;
}
.BgClassName
{
background-color: #F552D8;
}
</style>
border-color css
<style>
span { border-color: #F552D8; }
span { border-color: rgb(245,82,216); }
td.TdClassName
{
border-color: #F552D8;
}
.TagClassName
{
border-color: #F552D8;
}
</style>