Html Css Color HEX #F558CE Free Speech Magenta
📋 copy color: '#F558CE'red 245 ◦ green 88 ◦ blue 206
Shades of Free Speech Magenta #F558CE
Tints of Free Speech Magenta #F558CE
RGB
CMYK
RGB Variations
Color information
#F558CE (or 0xF558CE) is known color: Free Speech Magenta. HEX triplet: F5, 58 and CE. RGB value is (245,88,206). Sum of RGB (Red+Green+Blue) = 245+88+206=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F558CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F558CE is #0AA731. Grayscale: #949494. Windows color (decimal): -698162 or 13523189. OLE color: 13523189.
HSL color Cylindrical-coordinate representation of color #F558CE: hue angle of 314.9º 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 #F558CE is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 206 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.04 |
| HSL | 314.9º | 0.89% | 0.65% | - |
| HSV(B) | 314.9º | 0.64% | 0.96% | - |
| XYZ | 52.29 | 30.85 | 61.59 | - |
| YUV | 148.4 | 160.51 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 206 | 0 | 0.64 | 0.16 | 0.04 | 314.9 | 0.89 | 0.65 |
| Hex | F5 | 58 | CE | 0 | 40 | 10 | 4 | 13B | 59 | 41 |
| Octal | 365 | 130 | 316 | 0 | 100 | 20 | 4 | 473 | 131 | 101 |
| Binary | 11110101 | 1011000 | 11001110 | 0 | 1000000 | 10000 | 100 | 100111011 | 1011001 | 1000001 |
Color Harmonies of #F558CE
Complementary color
Monochromatic Colors of #F558CE
Black with #F558CE
Text Example
Text Example
White with #F558CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F558CE; }
p { color: rgb(245,88,206); }
H1.HeaderClassName
{
color: #F558CE;
}
.AnyTagClassName
{
color: #F558CE;
}
</style>
background-color css
<style>
a { background-color: #F558CE; }
a { background-color: rgb(245,88,206); }
div.DivClassName
{
background-color: #F558CE;
}
.BgClassName
{
background-color: #F558CE;
}
</style>
border-color css
<style>
span { border-color: #F558CE; }
span { border-color: rgb(245,88,206); }
td.TdClassName
{
border-color: #F558CE;
}
.TagClassName
{
border-color: #F558CE;
}
</style>