Html Css Color HEX #F557DF Free Speech Magenta
📋 copy color: '#F557DF'red 245 ◦ green 87 ◦ blue 223
Shades of Free Speech Magenta #F557DF
Tints of Free Speech Magenta #F557DF
RGB
CMYK
RGB Variations
Color information
#F557DF (or 0xF557DF) is known color: Free Speech Magenta. HEX triplet: F5, 57 and DF. RGB value is (245,87,223). Sum of RGB (Red+Green+Blue) = 245+87+223=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 87 (34.38% from 255 or 15.68% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F557DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F557DF is #0AA820. Grayscale: #959595. Windows color (decimal): -698401 or 14637045. OLE color: 14637045.
HSL color Cylindrical-coordinate representation of color #F557DF: hue angle of 308.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 #F557DF is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 87 | 223 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.04 |
| HSL | 308.35º | 0.89% | 0.65% | - |
| HSV(B) | 308.35º | 0.64% | 0.96% | - |
| XYZ | 54.38 | 31.56 | 73.04 | - |
| YUV | 149.75 | 169.35 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 87 | 223 | 0 | 0.64 | 0.09 | 0.04 | 308.35 | 0.89 | 0.65 |
| Hex | F5 | 57 | DF | 0 | 40 | 9 | 4 | 134 | 59 | 41 |
| Octal | 365 | 127 | 337 | 0 | 100 | 11 | 4 | 464 | 131 | 101 |
| Binary | 11110101 | 1010111 | 11011111 | 0 | 1000000 | 1001 | 100 | 100110100 | 1011001 | 1000001 |
Color Harmonies of #F557DF
Complementary color
Monochromatic Colors of #F557DF
Black with #F557DF
Text Example
Text Example
White with #F557DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F557DF; }
p { color: rgb(245,87,223); }
H1.HeaderClassName
{
color: #F557DF;
}
.AnyTagClassName
{
color: #F557DF;
}
</style>
background-color css
<style>
a { background-color: #F557DF; }
a { background-color: rgb(245,87,223); }
div.DivClassName
{
background-color: #F557DF;
}
.BgClassName
{
background-color: #F557DF;
}
</style>
border-color css
<style>
span { border-color: #F557DF; }
span { border-color: rgb(245,87,223); }
td.TdClassName
{
border-color: #F557DF;
}
.TagClassName
{
border-color: #F557DF;
}
</style>