Html Css Color HEX #F552CE Free Speech Magenta
📋 copy color: '#F552CE'red 245 ◦ green 82 ◦ blue 206
Shades of Free Speech Magenta #F552CE
Tints of Free Speech Magenta #F552CE
RGB
CMYK
RGB Variations
Color information
#F552CE (or 0xF552CE) is known color: Free Speech Magenta. HEX triplet: F5, 52 and CE. RGB value is (245,82,206). Sum of RGB (Red+Green+Blue) = 245+82+206=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 82 (32.42% from 255 or 15.38% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F552CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F552CE is #0AAD31. Grayscale: #909090. Windows color (decimal): -699698 or 13521653. OLE color: 13521653.
HSL color Cylindrical-coordinate representation of color #F552CE: hue angle of 314.36º 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 #F552CE is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 206 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.04 |
| HSL | 314.36º | 0.89% | 0.64% | - |
| HSV(B) | 314.36º | 0.67% | 0.96% | - |
| XYZ | 51.81 | 29.9 | 61.43 | - |
| YUV | 144.87 | 162.5 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 206 | 0 | 0.67 | 0.16 | 0.04 | 314.36 | 0.89 | 0.64 |
| Hex | F5 | 52 | CE | 0 | 43 | 10 | 4 | 13A | 59 | 40 |
| Octal | 365 | 122 | 316 | 0 | 103 | 20 | 4 | 472 | 131 | 100 |
| Binary | 11110101 | 1010010 | 11001110 | 0 | 1000011 | 10000 | 100 | 100111010 | 1011001 | 1000000 |
Color Harmonies of #F552CE
Complementary color
Monochromatic Colors of #F552CE
Black with #F552CE
Text Example
Text Example
White with #F552CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F552CE; }
p { color: rgb(245,82,206); }
H1.HeaderClassName
{
color: #F552CE;
}
.AnyTagClassName
{
color: #F552CE;
}
</style>
background-color css
<style>
a { background-color: #F552CE; }
a { background-color: rgb(245,82,206); }
div.DivClassName
{
background-color: #F552CE;
}
.BgClassName
{
background-color: #F552CE;
}
</style>
border-color css
<style>
span { border-color: #F552CE; }
span { border-color: rgb(245,82,206); }
td.TdClassName
{
border-color: #F552CE;
}
.TagClassName
{
border-color: #F552CE;
}
</style>