Html Css Color HEX #F552CA Free Speech Magenta
📋 copy color: '#F552CA'red 245 ◦ green 82 ◦ blue 202
Shades of Free Speech Magenta #F552CA
Tints of Free Speech Magenta #F552CA
RGB
CMYK
RGB Variations
Color information
#F552CA (or 0xF552CA) is known color: Free Speech Magenta. HEX triplet: F5, 52 and CA. RGB value is (245,82,202). Sum of RGB (Red+Green+Blue) = 245+82+202=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F552CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F552CA is #0AAD35. Grayscale: #909090. Windows color (decimal): -699702 or 13259509. OLE color: 13259509.
HSL color Cylindrical-coordinate representation of color #F552CA: hue angle of 315.83º 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 #F552CA is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 202 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.04 |
| HSL | 315.83º | 0.89% | 0.64% | - |
| HSV(B) | 315.83º | 0.67% | 0.96% | - |
| XYZ | 51.33 | 29.71 | 58.91 | - |
| YUV | 144.42 | 160.5 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 202 | 0 | 0.67 | 0.18 | 0.04 | 315.83 | 0.89 | 0.64 |
| Hex | F5 | 52 | CA | 0 | 43 | 12 | 4 | 13C | 59 | 40 |
| Octal | 365 | 122 | 312 | 0 | 103 | 22 | 4 | 474 | 131 | 100 |
| Binary | 11110101 | 1010010 | 11001010 | 0 | 1000011 | 10010 | 100 | 100111100 | 1011001 | 1000000 |
Color Harmonies of #F552CA
Complementary color
Monochromatic Colors of #F552CA
Black with #F552CA
Text Example
Text Example
White with #F552CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F552CA; }
p { color: rgb(245,82,202); }
H1.HeaderClassName
{
color: #F552CA;
}
.AnyTagClassName
{
color: #F552CA;
}
</style>
background-color css
<style>
a { background-color: #F552CA; }
a { background-color: rgb(245,82,202); }
div.DivClassName
{
background-color: #F552CA;
}
.BgClassName
{
background-color: #F552CA;
}
</style>
border-color css
<style>
span { border-color: #F552CA; }
span { border-color: rgb(245,82,202); }
td.TdClassName
{
border-color: #F552CA;
}
.TagClassName
{
border-color: #F552CA;
}
</style>