Html Css Color HEX #F764DF Free Speech Magenta
📋 copy color: '#F764DF'red 247 ◦ green 100 ◦ blue 223
Shades of Free Speech Magenta #F764DF
Tints of Free Speech Magenta #F764DF
RGB
CMYK
RGB Variations
Color information
#F764DF (or 0xF764DF) is known color: Free Speech Magenta. HEX triplet: F7, 64 and DF. RGB value is (247,100,223). Sum of RGB (Red+Green+Blue) = 247+100+223=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 100 (39.45% from 255 or 17.54% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F764DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764DF is #089B20. Grayscale: #9D9D9D. Windows color (decimal): -564001 or 14640375. OLE color: 14640375.
HSL color Cylindrical-coordinate representation of color #F764DF: hue angle of 309.8º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F764DF is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 223 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.03 |
| HSL | 309.8º | 0.9% | 0.68% | - |
| HSV(B) | 309.8º | 0.6% | 0.97% | - |
| XYZ | 56.23 | 34.22 | 73.45 | - |
| YUV | 157.98 | 164.7 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 223 | 0 | 0.60 | 0.10 | 0.03 | 309.8 | 0.9 | 0.68 |
| Hex | F7 | 64 | DF | 0 | 3C | A | 3 | 136 | 5A | 44 |
| Octal | 367 | 144 | 337 | 0 | 74 | 12 | 3 | 466 | 132 | 104 |
| Binary | 11110111 | 1100100 | 11011111 | 0 | 111100 | 1010 | 11 | 100110110 | 1011010 | 1000100 |
Color Harmonies of #F764DF
Complementary color
Monochromatic Colors of #F764DF
Black with #F764DF
Text Example
Text Example
White with #F764DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F764DF; }
p { color: rgb(247,100,223); }
H1.HeaderClassName
{
color: #F764DF;
}
.AnyTagClassName
{
color: #F764DF;
}
</style>
background-color css
<style>
a { background-color: #F764DF; }
a { background-color: rgb(247,100,223); }
div.DivClassName
{
background-color: #F764DF;
}
.BgClassName
{
background-color: #F764DF;
}
</style>
border-color css
<style>
span { border-color: #F764DF; }
span { border-color: rgb(247,100,223); }
td.TdClassName
{
border-color: #F764DF;
}
.TagClassName
{
border-color: #F764DF;
}
</style>