Html Css Color HEX #F556DF Free Speech Magenta
📋 copy color: '#F556DF'red 245 ◦ green 86 ◦ blue 223
Shades of Free Speech Magenta #F556DF
Tints of Free Speech Magenta #F556DF
RGB
CMYK
RGB Variations
Color information
#F556DF (or 0xF556DF) is known color: Free Speech Magenta. HEX triplet: F5, 56 and DF. RGB value is (245,86,223). Sum of RGB (Red+Green+Blue) = 245+86+223=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 86 (33.98% from 255 or 15.52% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F556DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F556DF is #0AA920. Grayscale: #949494. Windows color (decimal): -698657 or 14636789. OLE color: 14636789.
HSL color Cylindrical-coordinate representation of color #F556DF: hue angle of 308.3º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F556DF is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 86 | 223 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.04 |
| HSL | 308.3º | 0.89% | 0.65% | - |
| HSV(B) | 308.3º | 0.65% | 0.96% | - |
| XYZ | 54.3 | 31.4 | 73.01 | - |
| YUV | 149.16 | 169.68 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 86 | 223 | 0 | 0.65 | 0.09 | 0.04 | 308.3 | 0.89 | 0.65 |
| Hex | F5 | 56 | DF | 0 | 41 | 9 | 4 | 134 | 59 | 41 |
| Octal | 365 | 126 | 337 | 0 | 101 | 11 | 4 | 464 | 131 | 101 |
| Binary | 11110101 | 1010110 | 11011111 | 0 | 1000001 | 1001 | 100 | 100110100 | 1011001 | 1000001 |
Color Harmonies of #F556DF
Complementary color
Monochromatic Colors of #F556DF
Black with #F556DF
Text Example
Text Example
White with #F556DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F556DF; }
p { color: rgb(245,86,223); }
H1.HeaderClassName
{
color: #F556DF;
}
.AnyTagClassName
{
color: #F556DF;
}
</style>
background-color css
<style>
a { background-color: #F556DF; }
a { background-color: rgb(245,86,223); }
div.DivClassName
{
background-color: #F556DF;
}
.BgClassName
{
background-color: #F556DF;
}
</style>
border-color css
<style>
span { border-color: #F556DF; }
span { border-color: rgb(245,86,223); }
td.TdClassName
{
border-color: #F556DF;
}
.TagClassName
{
border-color: #F556DF;
}
</style>