Html Css Color HEX #F766DC Free Speech Magenta
📋 copy color: '#F766DC'red 247 ◦ green 102 ◦ blue 220
Shades of Free Speech Magenta #F766DC
Tints of Free Speech Magenta #F766DC
RGB
CMYK
RGB Variations
Color information
#F766DC (or 0xF766DC) is known color: Free Speech Magenta. HEX triplet: F7, 66 and DC. RGB value is (247,102,220). Sum of RGB (Red+Green+Blue) = 247+102+220=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 102 (40.23% from 255 or 17.93% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F766DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766DC is #089923. Grayscale: #9E9E9E. Windows color (decimal): -563492 or 14444279. OLE color: 14444279.
HSL color Cylindrical-coordinate representation of color #F766DC: hue angle of 311.17º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F766DC is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 220 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.03 |
| HSL | 311.17º | 0.9% | 0.68% | - |
| HSV(B) | 311.17º | 0.59% | 0.97% | - |
| XYZ | 56.03 | 34.44 | 71.41 | - |
| YUV | 158.81 | 162.54 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 220 | 0 | 0.59 | 0.11 | 0.03 | 311.17 | 0.9 | 0.68 |
| Hex | F7 | 66 | DC | 0 | 3B | B | 3 | 137 | 5A | 44 |
| Octal | 367 | 146 | 334 | 0 | 73 | 13 | 3 | 467 | 132 | 104 |
| Binary | 11110111 | 1100110 | 11011100 | 0 | 111011 | 1011 | 11 | 100110111 | 1011010 | 1000100 |
Color Harmonies of #F766DC
Complementary color
Monochromatic Colors of #F766DC
Black with #F766DC
Text Example
Text Example
White with #F766DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F766DC; }
p { color: rgb(247,102,220); }
H1.HeaderClassName
{
color: #F766DC;
}
.AnyTagClassName
{
color: #F766DC;
}
</style>
background-color css
<style>
a { background-color: #F766DC; }
a { background-color: rgb(247,102,220); }
div.DivClassName
{
background-color: #F766DC;
}
.BgClassName
{
background-color: #F766DC;
}
</style>
border-color css
<style>
span { border-color: #F766DC; }
span { border-color: rgb(247,102,220); }
td.TdClassName
{
border-color: #F766DC;
}
.TagClassName
{
border-color: #F766DC;
}
</style>