Html Css Color HEX #F558D4 Free Speech Magenta
📋 copy color: '#F558D4'red 245 ◦ green 88 ◦ blue 212
Shades of Free Speech Magenta #F558D4
Tints of Free Speech Magenta #F558D4
RGB
CMYK
RGB Variations
Color information
#F558D4 (or 0xF558D4) is known color: Free Speech Magenta. HEX triplet: F5, 58 and D4. RGB value is (245,88,212). Sum of RGB (Red+Green+Blue) = 245+88+212=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 88 (34.77% from 255 or 16.15% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F558D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F558D4 is #0AA72B. Grayscale: #949494. Windows color (decimal): -698156 or 13916405. OLE color: 13916405.
HSL color Cylindrical-coordinate representation of color #F558D4: hue angle of 312.61º 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 #F558D4 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 212 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.04 |
| HSL | 312.61º | 0.89% | 0.65% | - |
| HSV(B) | 312.61º | 0.64% | 0.96% | - |
| XYZ | 53.03 | 31.15 | 65.5 | - |
| YUV | 149.08 | 163.51 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 212 | 0 | 0.64 | 0.13 | 0.04 | 312.61 | 0.89 | 0.65 |
| Hex | F5 | 58 | D4 | 0 | 40 | D | 4 | 139 | 59 | 41 |
| Octal | 365 | 130 | 324 | 0 | 100 | 15 | 4 | 471 | 131 | 101 |
| Binary | 11110101 | 1011000 | 11010100 | 0 | 1000000 | 1101 | 100 | 100111001 | 1011001 | 1000001 |
Color Harmonies of #F558D4
Complementary color
Monochromatic Colors of #F558D4
Black with #F558D4
Text Example
Text Example
White with #F558D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F558D4; }
p { color: rgb(245,88,212); }
H1.HeaderClassName
{
color: #F558D4;
}
.AnyTagClassName
{
color: #F558D4;
}
</style>
background-color css
<style>
a { background-color: #F558D4; }
a { background-color: rgb(245,88,212); }
div.DivClassName
{
background-color: #F558D4;
}
.BgClassName
{
background-color: #F558D4;
}
</style>
border-color css
<style>
span { border-color: #F558D4; }
span { border-color: rgb(245,88,212); }
td.TdClassName
{
border-color: #F558D4;
}
.TagClassName
{
border-color: #F558D4;
}
</style>