Html Css Color HEX #F551E2 Free Speech Magenta
📋 copy color: '#F551E2'red 245 ◦ green 81 ◦ blue 226
Shades of Free Speech Magenta #F551E2
Tints of Free Speech Magenta #F551E2
RGB
CMYK
RGB Variations
Color information
#F551E2 (or 0xF551E2) is known color: Free Speech Magenta. HEX triplet: F5, 51 and E2. RGB value is (245,81,226). Sum of RGB (Red+Green+Blue) = 245+81+226=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 81 (32.03% from 255 or 14.67% from 552); Blue value is 226 (88.67% from 255 or 40.94% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F551E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F551E2 is #0AAE1D. Grayscale: #929292. Windows color (decimal): -699934 or 14832117. OLE color: 14832117.
HSL color Cylindrical-coordinate representation of color #F551E2: hue angle of 306.95º 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 #F551E2 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 226 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.04 |
| HSL | 306.95º | 0.89% | 0.64% | - |
| HSV(B) | 306.95º | 0.67% | 0.96% | - |
| XYZ | 54.33 | 30.79 | 75.03 | - |
| YUV | 146.57 | 172.83 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 226 | 0 | 0.67 | 0.08 | 0.04 | 306.95 | 0.89 | 0.64 |
| Hex | F5 | 51 | E2 | 0 | 43 | 8 | 4 | 133 | 59 | 40 |
| Octal | 365 | 121 | 342 | 0 | 103 | 10 | 4 | 463 | 131 | 100 |
| Binary | 11110101 | 1010001 | 11100010 | 0 | 1000011 | 1000 | 100 | 100110011 | 1011001 | 1000000 |
Color Harmonies of #F551E2
Complementary color
Monochromatic Colors of #F551E2
Black with #F551E2
Text Example
Text Example
White with #F551E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F551E2; }
p { color: rgb(245,81,226); }
H1.HeaderClassName
{
color: #F551E2;
}
.AnyTagClassName
{
color: #F551E2;
}
</style>
background-color css
<style>
a { background-color: #F551E2; }
a { background-color: rgb(245,81,226); }
div.DivClassName
{
background-color: #F551E2;
}
.BgClassName
{
background-color: #F551E2;
}
</style>
border-color css
<style>
span { border-color: #F551E2; }
span { border-color: rgb(245,81,226); }
td.TdClassName
{
border-color: #F551E2;
}
.TagClassName
{
border-color: #F551E2;
}
</style>