Html Css Color HEX #F766DB Free Speech Magenta
📋 copy color: '#F766DB'red 247 ◦ green 102 ◦ blue 219
Shades of Free Speech Magenta #F766DB
Tints of Free Speech Magenta #F766DB
RGB
CMYK
RGB Variations
Color information
#F766DB (or 0xF766DB) is known color: Free Speech Magenta. HEX triplet: F7, 66 and DB. RGB value is (247,102,219). Sum of RGB (Red+Green+Blue) = 247+102+219=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 102 (40.23% from 255 or 17.96% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F766DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766DB is #089924. Grayscale: #9E9E9E. Windows color (decimal): -563493 or 14378743. OLE color: 14378743.
HSL color Cylindrical-coordinate representation of color #F766DB: hue angle of 311.59º 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 #F766DB is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 219 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.03 |
| HSL | 311.59º | 0.9% | 0.68% | - |
| HSV(B) | 311.59º | 0.59% | 0.97% | - |
| XYZ | 55.9 | 34.39 | 70.71 | - |
| YUV | 158.69 | 162.04 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 219 | 0 | 0.59 | 0.11 | 0.03 | 311.59 | 0.9 | 0.68 |
| Hex | F7 | 66 | DB | 0 | 3B | B | 3 | 138 | 5A | 44 |
| Octal | 367 | 146 | 333 | 0 | 73 | 13 | 3 | 470 | 132 | 104 |
| Binary | 11110111 | 1100110 | 11011011 | 0 | 111011 | 1011 | 11 | 100111000 | 1011010 | 1000100 |
Color Harmonies of #F766DB
Complementary color
Monochromatic Colors of #F766DB
Black with #F766DB
Text Example
Text Example
White with #F766DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F766DB; }
p { color: rgb(247,102,219); }
H1.HeaderClassName
{
color: #F766DB;
}
.AnyTagClassName
{
color: #F766DB;
}
</style>
background-color css
<style>
a { background-color: #F766DB; }
a { background-color: rgb(247,102,219); }
div.DivClassName
{
background-color: #F766DB;
}
.BgClassName
{
background-color: #F766DB;
}
</style>
border-color css
<style>
span { border-color: #F766DB; }
span { border-color: rgb(247,102,219); }
td.TdClassName
{
border-color: #F766DB;
}
.TagClassName
{
border-color: #F766DB;
}
</style>