Html Css Color HEX #F66ADC Free Speech Magenta
📋 copy color: '#F66ADC'red 246 ◦ green 106 ◦ blue 220
Shades of Free Speech Magenta #F66ADC
Tints of Free Speech Magenta #F66ADC
RGB
CMYK
RGB Variations
Color information
#F66ADC (or 0xF66ADC) is known color: Free Speech Magenta. HEX triplet: F6, 6A and DC. RGB value is (246,106,220). Sum of RGB (Red+Green+Blue) = 246+106+220=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 106 (41.80% from 255 or 18.53% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F66ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F66ADC is #099523. Grayscale: #A0A0A0. Windows color (decimal): -628004 or 14445302. OLE color: 14445302.
HSL color Cylindrical-coordinate representation of color #F66ADC: hue angle of 311.14º degrees, saturation: 0.89, 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 #F66ADC is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 106 | 220 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.04 |
| HSL | 311.14º | 0.89% | 0.69% | - |
| HSV(B) | 311.14º | 0.57% | 0.96% | - |
| XYZ | 56.08 | 35.07 | 71.52 | - |
| YUV | 160.86 | 161.38 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 106 | 220 | 0 | 0.57 | 0.11 | 0.04 | 311.14 | 0.89 | 0.69 |
| Hex | F6 | 6A | DC | 0 | 39 | B | 4 | 137 | 59 | 45 |
| Octal | 366 | 152 | 334 | 0 | 71 | 13 | 4 | 467 | 131 | 105 |
| Binary | 11110110 | 1101010 | 11011100 | 0 | 111001 | 1011 | 100 | 100110111 | 1011001 | 1000101 |
Color Harmonies of #F66ADC
Complementary color
Monochromatic Colors of #F66ADC
Black with #F66ADC
Text Example
Text Example
White with #F66ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66ADC; }
p { color: rgb(246,106,220); }
H1.HeaderClassName
{
color: #F66ADC;
}
.AnyTagClassName
{
color: #F66ADC;
}
</style>
background-color css
<style>
a { background-color: #F66ADC; }
a { background-color: rgb(246,106,220); }
div.DivClassName
{
background-color: #F66ADC;
}
.BgClassName
{
background-color: #F66ADC;
}
</style>
border-color css
<style>
span { border-color: #F66ADC; }
span { border-color: rgb(246,106,220); }
td.TdClassName
{
border-color: #F66ADC;
}
.TagClassName
{
border-color: #F66ADC;
}
</style>