Html Css Color HEX #F766D9 Free Speech Magenta
📋 copy color: '#F766D9'red 247 ◦ green 102 ◦ blue 217
Shades of Free Speech Magenta #F766D9
Tints of Free Speech Magenta #F766D9
RGB
CMYK
RGB Variations
Color information
#F766D9 (or 0xF766D9) is known color: Free Speech Magenta. HEX triplet: F7, 66 and D9. RGB value is (247,102,217). Sum of RGB (Red+Green+Blue) = 247+102+217=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 247 - color contains mainly: red. Hex color #F766D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766D9 is #089926. Grayscale: #9E9E9E. Windows color (decimal): -563495 or 14247671. OLE color: 14247671.
HSL color Cylindrical-coordinate representation of color #F766D9: hue angle of 312.41º 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 #F766D9 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 217 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.03 |
| HSL | 312.41º | 0.9% | 0.68% | - |
| HSV(B) | 312.41º | 0.59% | 0.97% | - |
| XYZ | 55.63 | 34.29 | 69.33 | - |
| YUV | 158.47 | 161.04 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 217 | 0 | 0.59 | 0.12 | 0.03 | 312.41 | 0.9 | 0.68 |
| Hex | F7 | 66 | D9 | 0 | 3B | C | 3 | 138 | 5A | 44 |
| Octal | 367 | 146 | 331 | 0 | 73 | 14 | 3 | 470 | 132 | 104 |
| Binary | 11110111 | 1100110 | 11011001 | 0 | 111011 | 1100 | 11 | 100111000 | 1011010 | 1000100 |
Color Harmonies of #F766D9
Complementary color
Monochromatic Colors of #F766D9
Black with #F766D9
Text Example
Text Example
White with #F766D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F766D9; }
p { color: rgb(247,102,217); }
H1.HeaderClassName
{
color: #F766D9;
}
.AnyTagClassName
{
color: #F766D9;
}
</style>
background-color css
<style>
a { background-color: #F766D9; }
a { background-color: rgb(247,102,217); }
div.DivClassName
{
background-color: #F766D9;
}
.BgClassName
{
background-color: #F766D9;
}
</style>
border-color css
<style>
span { border-color: #F766D9; }
span { border-color: rgb(247,102,217); }
td.TdClassName
{
border-color: #F766D9;
}
.TagClassName
{
border-color: #F766D9;
}
</style>