Html Css Color HEX #F558D6 Free Speech Magenta
📋 copy color: '#F558D6'red 245 ◦ green 88 ◦ blue 214
Shades of Free Speech Magenta #F558D6
Tints of Free Speech Magenta #F558D6
RGB
CMYK
RGB Variations
Color information
#F558D6 (or 0xF558D6) is known color: Free Speech Magenta. HEX triplet: F5, 58 and D6. RGB value is (245,88,214). Sum of RGB (Red+Green+Blue) = 245+88+214=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 88 (34.77% from 255 or 16.09% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F558D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F558D6 is #0AA729. Grayscale: #949494. Windows color (decimal): -698154 or 14047477. OLE color: 14047477.
HSL color Cylindrical-coordinate representation of color #F558D6: hue angle of 311.85º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F558D6 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 214 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.04 |
| HSL | 311.85º | 0.89% | 0.65% | - |
| HSV(B) | 311.85º | 0.64% | 0.96% | - |
| XYZ | 53.28 | 31.25 | 66.84 | - |
| YUV | 149.31 | 164.51 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 214 | 0 | 0.64 | 0.13 | 0.04 | 311.85 | 0.89 | 0.65 |
| Hex | F5 | 58 | D6 | 0 | 40 | D | 4 | 138 | 59 | 41 |
| Octal | 365 | 130 | 326 | 0 | 100 | 15 | 4 | 470 | 131 | 101 |
| Binary | 11110101 | 1011000 | 11010110 | 0 | 1000000 | 1101 | 100 | 100111000 | 1011001 | 1000001 |
Color Harmonies of #F558D6
Complementary color
Monochromatic Colors of #F558D6
Black with #F558D6
Text Example
Text Example
White with #F558D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F558D6; }
p { color: rgb(245,88,214); }
H1.HeaderClassName
{
color: #F558D6;
}
.AnyTagClassName
{
color: #F558D6;
}
</style>
background-color css
<style>
a { background-color: #F558D6; }
a { background-color: rgb(245,88,214); }
div.DivClassName
{
background-color: #F558D6;
}
.BgClassName
{
background-color: #F558D6;
}
</style>
border-color css
<style>
span { border-color: #F558D6; }
span { border-color: rgb(245,88,214); }
td.TdClassName
{
border-color: #F558D6;
}
.TagClassName
{
border-color: #F558D6;
}
</style>