Html Css Color HEX #F766DF Free Speech Magenta
📋 copy color: '#F766DF'red 247 ◦ green 102 ◦ blue 223
Shades of Free Speech Magenta #F766DF
Tints of Free Speech Magenta #F766DF
RGB
CMYK
RGB Variations
Color information
#F766DF (or 0xF766DF) is known color: Free Speech Magenta. HEX triplet: F7, 66 and DF. RGB value is (247,102,223). Sum of RGB (Red+Green+Blue) = 247+102+223=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 102 (40.23% from 255 or 17.83% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F766DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766DF is #089920. Grayscale: #9E9E9E. Windows color (decimal): -563489 or 14640887. OLE color: 14640887.
HSL color Cylindrical-coordinate representation of color #F766DF: hue angle of 309.93º 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 #F766DF is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 223 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.03 |
| HSL | 309.93º | 0.9% | 0.68% | - |
| HSV(B) | 309.93º | 0.59% | 0.97% | - |
| XYZ | 56.43 | 34.6 | 73.52 | - |
| YUV | 159.15 | 164.04 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 223 | 0 | 0.59 | 0.10 | 0.03 | 309.93 | 0.9 | 0.68 |
| Hex | F7 | 66 | DF | 0 | 3B | A | 3 | 136 | 5A | 44 |
| Octal | 367 | 146 | 337 | 0 | 73 | 12 | 3 | 466 | 132 | 104 |
| Binary | 11110111 | 1100110 | 11011111 | 0 | 111011 | 1010 | 11 | 100110110 | 1011010 | 1000100 |
Color Harmonies of #F766DF
Complementary color
Monochromatic Colors of #F766DF
Black with #F766DF
Text Example
Text Example
White with #F766DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F766DF; }
p { color: rgb(247,102,223); }
H1.HeaderClassName
{
color: #F766DF;
}
.AnyTagClassName
{
color: #F766DF;
}
</style>
background-color css
<style>
a { background-color: #F766DF; }
a { background-color: rgb(247,102,223); }
div.DivClassName
{
background-color: #F766DF;
}
.BgClassName
{
background-color: #F766DF;
}
</style>
border-color css
<style>
span { border-color: #F766DF; }
span { border-color: rgb(247,102,223); }
td.TdClassName
{
border-color: #F766DF;
}
.TagClassName
{
border-color: #F766DF;
}
</style>