Html Css Color HEX #F76ADC Free Speech Magenta
📋 copy color: '#F76ADC'red 247 ◦ green 106 ◦ blue 220
Shades of Free Speech Magenta #F76ADC
Tints of Free Speech Magenta #F76ADC
RGB
CMYK
RGB Variations
Color information
#F76ADC (or 0xF76ADC) is known color: Free Speech Magenta. HEX triplet: F7, 6A and DC. RGB value is (247,106,220). Sum of RGB (Red+Green+Blue) = 247+106+220=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 106 (41.80% from 255 or 18.50% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F76ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76ADC is #089523. Grayscale: #A0A0A0. Windows color (decimal): -562468 or 14445303. OLE color: 14445303.
HSL color Cylindrical-coordinate representation of color #F76ADC: hue angle of 311.49º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76ADC is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 220 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.03 |
| HSL | 311.49º | 0.9% | 0.69% | - |
| HSV(B) | 311.49º | 0.57% | 0.97% | - |
| XYZ | 56.43 | 35.25 | 71.54 | - |
| YUV | 161.16 | 161.21 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 220 | 0 | 0.57 | 0.11 | 0.03 | 311.49 | 0.9 | 0.69 |
| Hex | F7 | 6A | DC | 0 | 39 | B | 3 | 137 | 5A | 45 |
| Octal | 367 | 152 | 334 | 0 | 71 | 13 | 3 | 467 | 132 | 105 |
| Binary | 11110111 | 1101010 | 11011100 | 0 | 111001 | 1011 | 11 | 100110111 | 1011010 | 1000101 |
Color Harmonies of #F76ADC
Complementary color
Monochromatic Colors of #F76ADC
Black with #F76ADC
Text Example
Text Example
White with #F76ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76ADC; }
p { color: rgb(247,106,220); }
H1.HeaderClassName
{
color: #F76ADC;
}
.AnyTagClassName
{
color: #F76ADC;
}
</style>
background-color css
<style>
a { background-color: #F76ADC; }
a { background-color: rgb(247,106,220); }
div.DivClassName
{
background-color: #F76ADC;
}
.BgClassName
{
background-color: #F76ADC;
}
</style>
border-color css
<style>
span { border-color: #F76ADC; }
span { border-color: rgb(247,106,220); }
td.TdClassName
{
border-color: #F76ADC;
}
.TagClassName
{
border-color: #F76ADC;
}
</style>