Html Css Color HEX #F551D9 Free Speech Magenta
📋 copy color: '#F551D9'red 245 ◦ green 81 ◦ blue 217
Shades of Free Speech Magenta #F551D9
Tints of Free Speech Magenta #F551D9
RGB
CMYK
RGB Variations
Color information
#F551D9 (or 0xF551D9) is known color: Free Speech Magenta. HEX triplet: F5, 51 and D9. RGB value is (245,81,217). Sum of RGB (Red+Green+Blue) = 245+81+217=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 81 (32.03% from 255 or 14.92% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F551D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F551D9 is #0AAE26. Grayscale: #919191. Windows color (decimal): -699943 or 14242293. OLE color: 14242293.
HSL color Cylindrical-coordinate representation of color #F551D9: hue angle of 310.24º 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 #F551D9 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 217 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.04 |
| HSL | 310.24º | 0.89% | 0.64% | - |
| HSV(B) | 310.24º | 0.67% | 0.96% | - |
| XYZ | 53.12 | 30.31 | 68.7 | - |
| YUV | 145.54 | 168.33 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 217 | 0 | 0.67 | 0.11 | 0.04 | 310.24 | 0.89 | 0.64 |
| Hex | F5 | 51 | D9 | 0 | 43 | B | 4 | 136 | 59 | 40 |
| Octal | 365 | 121 | 331 | 0 | 103 | 13 | 4 | 466 | 131 | 100 |
| Binary | 11110101 | 1010001 | 11011001 | 0 | 1000011 | 1011 | 100 | 100110110 | 1011001 | 1000000 |
Color Harmonies of #F551D9
Complementary color
Monochromatic Colors of #F551D9
Black with #F551D9
Text Example
Text Example
White with #F551D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F551D9; }
p { color: rgb(245,81,217); }
H1.HeaderClassName
{
color: #F551D9;
}
.AnyTagClassName
{
color: #F551D9;
}
</style>
background-color css
<style>
a { background-color: #F551D9; }
a { background-color: rgb(245,81,217); }
div.DivClassName
{
background-color: #F551D9;
}
.BgClassName
{
background-color: #F551D9;
}
</style>
border-color css
<style>
span { border-color: #F551D9; }
span { border-color: rgb(245,81,217); }
td.TdClassName
{
border-color: #F551D9;
}
.TagClassName
{
border-color: #F551D9;
}
</style>