Html Css Color HEX #F766DA Free Speech Magenta
📋 copy color: '#F766DA'red 247 ◦ green 102 ◦ blue 218
Shades of Free Speech Magenta #F766DA
Tints of Free Speech Magenta #F766DA
RGB
CMYK
RGB Variations
Color information
#F766DA (or 0xF766DA) is known color: Free Speech Magenta. HEX triplet: F7, 66 and DA. RGB value is (247,102,218). Sum of RGB (Red+Green+Blue) = 247+102+218=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 102 (40.23% from 255 or 17.99% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F766DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766DA is #089925. Grayscale: #9E9E9E. Windows color (decimal): -563494 or 14313207. OLE color: 14313207.
HSL color Cylindrical-coordinate representation of color #F766DA: hue angle of 312º 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 #F766DA is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 218 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.03 |
| HSL | 312º | 0.9% | 0.68% | - |
| HSV(B) | 312º | 0.59% | 0.97% | - |
| XYZ | 55.76 | 34.34 | 70.02 | - |
| YUV | 158.58 | 161.54 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 218 | 0 | 0.59 | 0.12 | 0.03 | 312 | 0.9 | 0.68 |
| Hex | F7 | 66 | DA | 0 | 3B | C | 3 | 138 | 5A | 44 |
| Octal | 367 | 146 | 332 | 0 | 73 | 14 | 3 | 470 | 132 | 104 |
| Binary | 11110111 | 1100110 | 11011010 | 0 | 111011 | 1100 | 11 | 100111000 | 1011010 | 1000100 |
Color Harmonies of #F766DA
Complementary color
Monochromatic Colors of #F766DA
Black with #F766DA
Text Example
Text Example
White with #F766DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F766DA; }
p { color: rgb(247,102,218); }
H1.HeaderClassName
{
color: #F766DA;
}
.AnyTagClassName
{
color: #F766DA;
}
</style>
background-color css
<style>
a { background-color: #F766DA; }
a { background-color: rgb(247,102,218); }
div.DivClassName
{
background-color: #F766DA;
}
.BgClassName
{
background-color: #F766DA;
}
</style>
border-color css
<style>
span { border-color: #F766DA; }
span { border-color: rgb(247,102,218); }
td.TdClassName
{
border-color: #F766DA;
}
.TagClassName
{
border-color: #F766DA;
}
</style>