Html Css Color HEX #F558E7 Free Speech Magenta
📋 copy color: '#F558E7'red 245 ◦ green 88 ◦ blue 231
Shades of Free Speech Magenta #F558E7
Tints of Free Speech Magenta #F558E7
RGB
CMYK
RGB Variations
Color information
#F558E7 (or 0xF558E7) is known color: Free Speech Magenta. HEX triplet: F5, 58 and E7. RGB value is (245,88,231). Sum of RGB (Red+Green+Blue) = 245+88+231=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 88 (34.77% from 255 or 15.60% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F558E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F558E7 is #0AA718. Grayscale: #969696. Windows color (decimal): -698137 or 15161589. OLE color: 15161589.
HSL color Cylindrical-coordinate representation of color #F558E7: hue angle of 305.35º 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 #F558E7 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 231 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.04 |
| HSL | 305.35º | 0.89% | 0.65% | - |
| HSV(B) | 305.35º | 0.64% | 0.96% | - |
| XYZ | 55.57 | 32.16 | 78.88 | - |
| YUV | 151.25 | 173.01 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 231 | 0 | 0.64 | 0.06 | 0.04 | 305.35 | 0.89 | 0.65 |
| Hex | F5 | 58 | E7 | 0 | 40 | 6 | 4 | 131 | 59 | 41 |
| Octal | 365 | 130 | 347 | 0 | 100 | 6 | 4 | 461 | 131 | 101 |
| Binary | 11110101 | 1011000 | 11100111 | 0 | 1000000 | 110 | 100 | 100110001 | 1011001 | 1000001 |
Color Harmonies of #F558E7
Complementary color
Monochromatic Colors of #F558E7
Black with #F558E7
Text Example
Text Example
White with #F558E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F558E7; }
p { color: rgb(245,88,231); }
H1.HeaderClassName
{
color: #F558E7;
}
.AnyTagClassName
{
color: #F558E7;
}
</style>
background-color css
<style>
a { background-color: #F558E7; }
a { background-color: rgb(245,88,231); }
div.DivClassName
{
background-color: #F558E7;
}
.BgClassName
{
background-color: #F558E7;
}
</style>
border-color css
<style>
span { border-color: #F558E7; }
span { border-color: rgb(245,88,231); }
td.TdClassName
{
border-color: #F558E7;
}
.TagClassName
{
border-color: #F558E7;
}
</style>