Html Css Color HEX #F56ADC Free Speech Magenta
📋 copy color: '#F56ADC'red 245 ◦ green 106 ◦ blue 220
Shades of Free Speech Magenta #F56ADC
Tints of Free Speech Magenta #F56ADC
RGB
CMYK
RGB Variations
Color information
#F56ADC (or 0xF56ADC) is known color: Free Speech Magenta. HEX triplet: F5, 6A and DC. RGB value is (245,106,220). Sum of RGB (Red+Green+Blue) = 245+106+220=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 106 (41.80% from 255 or 18.56% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F56ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56ADC is #0A9523. Grayscale: #A0A0A0. Windows color (decimal): -693540 or 14445301. OLE color: 14445301.
HSL color Cylindrical-coordinate representation of color #F56ADC: hue angle of 310.79º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56ADC is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 220 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.04 |
| HSL | 310.79º | 0.87% | 0.69% | - |
| HSV(B) | 310.79º | 0.57% | 0.96% | - |
| XYZ | 55.73 | 34.89 | 71.51 | - |
| YUV | 160.56 | 161.55 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 220 | 0 | 0.57 | 0.10 | 0.04 | 310.79 | 0.87 | 0.69 |
| Hex | F5 | 6A | DC | 0 | 39 | A | 4 | 137 | 57 | 45 |
| Octal | 365 | 152 | 334 | 0 | 71 | 12 | 4 | 467 | 127 | 105 |
| Binary | 11110101 | 1101010 | 11011100 | 0 | 111001 | 1010 | 100 | 100110111 | 1010111 | 1000101 |
Color Harmonies of #F56ADC
Complementary color
Monochromatic Colors of #F56ADC
Black with #F56ADC
Text Example
Text Example
White with #F56ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56ADC; }
p { color: rgb(245,106,220); }
H1.HeaderClassName
{
color: #F56ADC;
}
.AnyTagClassName
{
color: #F56ADC;
}
</style>
background-color css
<style>
a { background-color: #F56ADC; }
a { background-color: rgb(245,106,220); }
div.DivClassName
{
background-color: #F56ADC;
}
.BgClassName
{
background-color: #F56ADC;
}
</style>
border-color css
<style>
span { border-color: #F56ADC; }
span { border-color: rgb(245,106,220); }
td.TdClassName
{
border-color: #F56ADC;
}
.TagClassName
{
border-color: #F56ADC;
}
</style>