Html Css Color HEX #F551CE Free Speech Magenta
📋 copy color: '#F551CE'red 245 ◦ green 81 ◦ blue 206
Shades of Free Speech Magenta #F551CE
Tints of Free Speech Magenta #F551CE
RGB
CMYK
RGB Variations
Color information
#F551CE (or 0xF551CE) is known color: Free Speech Magenta. HEX triplet: F5, 51 and CE. RGB value is (245,81,206). Sum of RGB (Red+Green+Blue) = 245+81+206=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 81 (32.03% from 255 or 15.23% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F551CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F551CE is #0AAE31. Grayscale: #8F8F8F. Windows color (decimal): -699954 or 13521397. OLE color: 13521397.
HSL color Cylindrical-coordinate representation of color #F551CE: hue angle of 314.27º 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 #F551CE is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 206 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.04 |
| HSL | 314.27º | 0.89% | 0.64% | - |
| HSV(B) | 314.27º | 0.67% | 0.96% | - |
| XYZ | 51.74 | 29.75 | 61.41 | - |
| YUV | 144.29 | 162.83 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 206 | 0 | 0.67 | 0.16 | 0.04 | 314.27 | 0.89 | 0.64 |
| Hex | F5 | 51 | CE | 0 | 43 | 10 | 4 | 13A | 59 | 40 |
| Octal | 365 | 121 | 316 | 0 | 103 | 20 | 4 | 472 | 131 | 100 |
| Binary | 11110101 | 1010001 | 11001110 | 0 | 1000011 | 10000 | 100 | 100111010 | 1011001 | 1000000 |
Color Harmonies of #F551CE
Complementary color
Monochromatic Colors of #F551CE
Black with #F551CE
Text Example
Text Example
White with #F551CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F551CE; }
p { color: rgb(245,81,206); }
H1.HeaderClassName
{
color: #F551CE;
}
.AnyTagClassName
{
color: #F551CE;
}
</style>
background-color css
<style>
a { background-color: #F551CE; }
a { background-color: rgb(245,81,206); }
div.DivClassName
{
background-color: #F551CE;
}
.BgClassName
{
background-color: #F551CE;
}
</style>
border-color css
<style>
span { border-color: #F551CE; }
span { border-color: rgb(245,81,206); }
td.TdClassName
{
border-color: #F551CE;
}
.TagClassName
{
border-color: #F551CE;
}
</style>