Html Css Color HEX #F558D5 Free Speech Magenta
📋 copy color: '#F558D5'red 245 ◦ green 88 ◦ blue 213
Shades of Free Speech Magenta #F558D5
Tints of Free Speech Magenta #F558D5
RGB
CMYK
RGB Variations
Color information
#F558D5 (or 0xF558D5) is known color: Free Speech Magenta. HEX triplet: F5, 58 and D5. RGB value is (245,88,213). Sum of RGB (Red+Green+Blue) = 245+88+213=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 88 (34.77% from 255 or 16.12% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F558D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F558D5 is #0AA72A. Grayscale: #949494. Windows color (decimal): -698155 or 13981941. OLE color: 13981941.
HSL color Cylindrical-coordinate representation of color #F558D5: hue angle of 312.23º 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 #F558D5 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 213 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.04 |
| HSL | 312.23º | 0.89% | 0.65% | - |
| HSV(B) | 312.23º | 0.64% | 0.96% | - |
| XYZ | 53.16 | 31.2 | 66.17 | - |
| YUV | 149.19 | 164.01 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 213 | 0 | 0.64 | 0.13 | 0.04 | 312.23 | 0.89 | 0.65 |
| Hex | F5 | 58 | D5 | 0 | 40 | D | 4 | 138 | 59 | 41 |
| Octal | 365 | 130 | 325 | 0 | 100 | 15 | 4 | 470 | 131 | 101 |
| Binary | 11110101 | 1011000 | 11010101 | 0 | 1000000 | 1101 | 100 | 100111000 | 1011001 | 1000001 |
Color Harmonies of #F558D5
Complementary color
Monochromatic Colors of #F558D5
Black with #F558D5
Text Example
Text Example
White with #F558D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F558D5; }
p { color: rgb(245,88,213); }
H1.HeaderClassName
{
color: #F558D5;
}
.AnyTagClassName
{
color: #F558D5;
}
</style>
background-color css
<style>
a { background-color: #F558D5; }
a { background-color: rgb(245,88,213); }
div.DivClassName
{
background-color: #F558D5;
}
.BgClassName
{
background-color: #F558D5;
}
</style>
border-color css
<style>
span { border-color: #F558D5; }
span { border-color: rgb(245,88,213); }
td.TdClassName
{
border-color: #F558D5;
}
.TagClassName
{
border-color: #F558D5;
}
</style>