Html Css Color HEX #F759DB Free Speech Magenta
📋 copy color: '#F759DB'red 247 ◦ green 89 ◦ blue 219
Shades of Free Speech Magenta #F759DB
Tints of Free Speech Magenta #F759DB
RGB
CMYK
RGB Variations
Color information
#F759DB (or 0xF759DB) is known color: Free Speech Magenta. HEX triplet: F7, 59 and DB. RGB value is (247,89,219). Sum of RGB (Red+Green+Blue) = 247+89+219=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 89 (35.16% from 255 or 16.04% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F759DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F759DB is #08A624. Grayscale: #969696. Windows color (decimal): -566821 or 14375415. OLE color: 14375415.
HSL color Cylindrical-coordinate representation of color #F759DB: hue angle of 310.63º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F759DB is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 89 | 219 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.03 |
| HSL | 310.63º | 0.91% | 0.66% | - |
| HSV(B) | 310.63º | 0.64% | 0.97% | - |
| XYZ | 54.72 | 32.03 | 70.32 | - |
| YUV | 151.06 | 166.35 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 89 | 219 | 0 | 0.64 | 0.11 | 0.03 | 310.63 | 0.91 | 0.66 |
| Hex | F7 | 59 | DB | 0 | 40 | B | 3 | 137 | 5B | 42 |
| Octal | 367 | 131 | 333 | 0 | 100 | 13 | 3 | 467 | 133 | 102 |
| Binary | 11110111 | 1011001 | 11011011 | 0 | 1000000 | 1011 | 11 | 100110111 | 1011011 | 1000010 |
Color Harmonies of #F759DB
Complementary color
Monochromatic Colors of #F759DB
Black with #F759DB
Text Example
Text Example
White with #F759DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F759DB; }
p { color: rgb(247,89,219); }
H1.HeaderClassName
{
color: #F759DB;
}
.AnyTagClassName
{
color: #F759DB;
}
</style>
background-color css
<style>
a { background-color: #F759DB; }
a { background-color: rgb(247,89,219); }
div.DivClassName
{
background-color: #F759DB;
}
.BgClassName
{
background-color: #F759DB;
}
</style>
border-color css
<style>
span { border-color: #F759DB; }
span { border-color: rgb(247,89,219); }
td.TdClassName
{
border-color: #F759DB;
}
.TagClassName
{
border-color: #F759DB;
}
</style>