Html Css Color HEX #F759D1 Free Speech Magenta
📋 copy color: '#F759D1'red 247 ◦ green 89 ◦ blue 209
Shades of Free Speech Magenta #F759D1
Tints of Free Speech Magenta #F759D1
RGB
CMYK
RGB Variations
Color information
#F759D1 (or 0xF759D1) is known color: Free Speech Magenta. HEX triplet: F7, 59 and D1. RGB value is (247,89,209). Sum of RGB (Red+Green+Blue) = 247+89+209=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 89 (35.16% from 255 or 16.33% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F759D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F759D1 is #08A62E. Grayscale: #959595. Windows color (decimal): -566831 or 13720055. OLE color: 13720055.
HSL color Cylindrical-coordinate representation of color #F759D1: hue angle of 314.43º 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 #F759D1 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 89 | 209 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.03 |
| HSL | 314.43º | 0.91% | 0.66% | - |
| HSV(B) | 314.43º | 0.64% | 0.97% | - |
| XYZ | 53.44 | 31.52 | 63.59 | - |
| YUV | 149.92 | 161.35 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 89 | 209 | 0 | 0.64 | 0.15 | 0.03 | 314.43 | 0.91 | 0.66 |
| Hex | F7 | 59 | D1 | 0 | 40 | F | 3 | 13A | 5B | 42 |
| Octal | 367 | 131 | 321 | 0 | 100 | 17 | 3 | 472 | 133 | 102 |
| Binary | 11110111 | 1011001 | 11010001 | 0 | 1000000 | 1111 | 11 | 100111010 | 1011011 | 1000010 |
Color Harmonies of #F759D1
Complementary color
Monochromatic Colors of #F759D1
Black with #F759D1
Text Example
Text Example
White with #F759D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F759D1; }
p { color: rgb(247,89,209); }
H1.HeaderClassName
{
color: #F759D1;
}
.AnyTagClassName
{
color: #F759D1;
}
</style>
background-color css
<style>
a { background-color: #F759D1; }
a { background-color: rgb(247,89,209); }
div.DivClassName
{
background-color: #F759D1;
}
.BgClassName
{
background-color: #F759D1;
}
</style>
border-color css
<style>
span { border-color: #F759D1; }
span { border-color: rgb(247,89,209); }
td.TdClassName
{
border-color: #F759D1;
}
.TagClassName
{
border-color: #F759D1;
}
</style>