Html Css Color HEX #F551E5 Free Speech Magenta
📋 copy color: '#F551E5'red 245 ◦ green 81 ◦ blue 229
Shades of Free Speech Magenta #F551E5
Tints of Free Speech Magenta #F551E5
RGB
CMYK
RGB Variations
Color information
#F551E5 (or 0xF551E5) is known color: Free Speech Magenta. HEX triplet: F5, 51 and E5. RGB value is (245,81,229). Sum of RGB (Red+Green+Blue) = 245+81+229=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 81 (32.03% from 255 or 14.59% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F551E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F551E5 is #0AAE1A. Grayscale: #929292. Windows color (decimal): -699931 or 15028725. OLE color: 15028725.
HSL color Cylindrical-coordinate representation of color #F551E5: hue angle of 305.85º 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 #F551E5 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 229 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.04 |
| HSL | 305.85º | 0.89% | 0.64% | - |
| HSV(B) | 305.85º | 0.67% | 0.96% | - |
| XYZ | 54.74 | 30.95 | 77.22 | - |
| YUV | 146.91 | 174.33 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 229 | 0 | 0.67 | 0.07 | 0.04 | 305.85 | 0.89 | 0.64 |
| Hex | F5 | 51 | E5 | 0 | 43 | 7 | 4 | 132 | 59 | 40 |
| Octal | 365 | 121 | 345 | 0 | 103 | 7 | 4 | 462 | 131 | 100 |
| Binary | 11110101 | 1010001 | 11100101 | 0 | 1000011 | 111 | 100 | 100110010 | 1011001 | 1000000 |
Color Harmonies of #F551E5
Complementary color
Monochromatic Colors of #F551E5
Black with #F551E5
Text Example
Text Example
White with #F551E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F551E5; }
p { color: rgb(245,81,229); }
H1.HeaderClassName
{
color: #F551E5;
}
.AnyTagClassName
{
color: #F551E5;
}
</style>
background-color css
<style>
a { background-color: #F551E5; }
a { background-color: rgb(245,81,229); }
div.DivClassName
{
background-color: #F551E5;
}
.BgClassName
{
background-color: #F551E5;
}
</style>
border-color css
<style>
span { border-color: #F551E5; }
span { border-color: rgb(245,81,229); }
td.TdClassName
{
border-color: #F551E5;
}
.TagClassName
{
border-color: #F551E5;
}
</style>