Html Css Color HEX #F756DF Free Speech Magenta
📋 copy color: '#F756DF'red 247 ◦ green 86 ◦ blue 223
Shades of Free Speech Magenta #F756DF
Tints of Free Speech Magenta #F756DF
RGB
CMYK
RGB Variations
Color information
#F756DF (or 0xF756DF) is known color: Free Speech Magenta. HEX triplet: F7, 56 and DF. RGB value is (247,86,223). Sum of RGB (Red+Green+Blue) = 247+86+223=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 86 (33.98% from 255 or 15.47% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F756DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F756DF is #08A920. Grayscale: #959595. Windows color (decimal): -567585 or 14636791. OLE color: 14636791.
HSL color Cylindrical-coordinate representation of color #F756DF: hue angle of 308.94º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F756DF is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 223 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.03 |
| HSL | 308.94º | 0.91% | 0.65% | - |
| HSV(B) | 308.94º | 0.65% | 0.97% | - |
| XYZ | 55 | 31.76 | 73.04 | - |
| YUV | 149.76 | 169.34 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 223 | 0 | 0.65 | 0.10 | 0.03 | 308.94 | 0.91 | 0.65 |
| Hex | F7 | 56 | DF | 0 | 41 | A | 3 | 135 | 5B | 41 |
| Octal | 367 | 126 | 337 | 0 | 101 | 12 | 3 | 465 | 133 | 101 |
| Binary | 11110111 | 1010110 | 11011111 | 0 | 1000001 | 1010 | 11 | 100110101 | 1011011 | 1000001 |
Color Harmonies of #F756DF
Complementary color
Monochromatic Colors of #F756DF
Black with #F756DF
Text Example
Text Example
White with #F756DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F756DF; }
p { color: rgb(247,86,223); }
H1.HeaderClassName
{
color: #F756DF;
}
.AnyTagClassName
{
color: #F756DF;
}
</style>
background-color css
<style>
a { background-color: #F756DF; }
a { background-color: rgb(247,86,223); }
div.DivClassName
{
background-color: #F756DF;
}
.BgClassName
{
background-color: #F756DF;
}
</style>
border-color css
<style>
span { border-color: #F756DF; }
span { border-color: rgb(247,86,223); }
td.TdClassName
{
border-color: #F756DF;
}
.TagClassName
{
border-color: #F756DF;
}
</style>