Html Css Color HEX #F768DF Free Speech Magenta
📋 copy color: '#F768DF'red 247 ◦ green 104 ◦ blue 223
Shades of Free Speech Magenta #F768DF
Tints of Free Speech Magenta #F768DF
RGB
CMYK
RGB Variations
Color information
#F768DF (or 0xF768DF) is known color: Free Speech Magenta. HEX triplet: F7, 68 and DF. RGB value is (247,104,223). Sum of RGB (Red+Green+Blue) = 247+104+223=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 104 (41.02% from 255 or 18.12% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F768DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768DF is #089720. Grayscale: #9F9F9F. Windows color (decimal): -562977 or 14641399. OLE color: 14641399.
HSL color Cylindrical-coordinate representation of color #F768DF: hue angle of 310.07º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F768DF is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 223 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.03 |
| HSL | 310.07º | 0.9% | 0.69% | - |
| HSV(B) | 310.07º | 0.58% | 0.97% | - |
| XYZ | 56.63 | 35 | 73.58 | - |
| YUV | 160.32 | 163.38 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 223 | 0 | 0.58 | 0.10 | 0.03 | 310.07 | 0.9 | 0.69 |
| Hex | F7 | 68 | DF | 0 | 3A | A | 3 | 136 | 5A | 45 |
| Octal | 367 | 150 | 337 | 0 | 72 | 12 | 3 | 466 | 132 | 105 |
| Binary | 11110111 | 1101000 | 11011111 | 0 | 111010 | 1010 | 11 | 100110110 | 1011010 | 1000101 |
Color Harmonies of #F768DF
Complementary color
Monochromatic Colors of #F768DF
Black with #F768DF
Text Example
Text Example
White with #F768DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F768DF; }
p { color: rgb(247,104,223); }
H1.HeaderClassName
{
color: #F768DF;
}
.AnyTagClassName
{
color: #F768DF;
}
</style>
background-color css
<style>
a { background-color: #F768DF; }
a { background-color: rgb(247,104,223); }
div.DivClassName
{
background-color: #F768DF;
}
.BgClassName
{
background-color: #F768DF;
}
</style>
border-color css
<style>
span { border-color: #F768DF; }
span { border-color: rgb(247,104,223); }
td.TdClassName
{
border-color: #F768DF;
}
.TagClassName
{
border-color: #F768DF;
}
</style>