Html Css Color HEX #F756DD Free Speech Magenta
📋 copy color: '#F756DD'red 247 ◦ green 86 ◦ blue 221
Shades of Free Speech Magenta #F756DD
Tints of Free Speech Magenta #F756DD
RGB
CMYK
RGB Variations
Color information
#F756DD (or 0xF756DD) is known color: Free Speech Magenta. HEX triplet: F7, 56 and DD. RGB value is (247,86,221). Sum of RGB (Red+Green+Blue) = 247+86+221=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 86 (33.98% from 255 or 15.52% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F756DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F756DD is #08A922. Grayscale: #959595. Windows color (decimal): -567587 or 14505719. OLE color: 14505719.
HSL color Cylindrical-coordinate representation of color #F756DD: hue angle of 309.69º 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 #F756DD is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 221 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.03 |
| HSL | 309.69º | 0.91% | 0.65% | - |
| HSV(B) | 309.69º | 0.65% | 0.97% | - |
| XYZ | 54.74 | 31.65 | 71.63 | - |
| YUV | 149.53 | 168.34 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 221 | 0 | 0.65 | 0.11 | 0.03 | 309.69 | 0.91 | 0.65 |
| Hex | F7 | 56 | DD | 0 | 41 | B | 3 | 136 | 5B | 41 |
| Octal | 367 | 126 | 335 | 0 | 101 | 13 | 3 | 466 | 133 | 101 |
| Binary | 11110111 | 1010110 | 11011101 | 0 | 1000001 | 1011 | 11 | 100110110 | 1011011 | 1000001 |
Color Harmonies of #F756DD
Complementary color
Monochromatic Colors of #F756DD
Black with #F756DD
Text Example
Text Example
White with #F756DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F756DD; }
p { color: rgb(247,86,221); }
H1.HeaderClassName
{
color: #F756DD;
}
.AnyTagClassName
{
color: #F756DD;
}
</style>
background-color css
<style>
a { background-color: #F756DD; }
a { background-color: rgb(247,86,221); }
div.DivClassName
{
background-color: #F756DD;
}
.BgClassName
{
background-color: #F756DD;
}
</style>
border-color css
<style>
span { border-color: #F756DD; }
span { border-color: rgb(247,86,221); }
td.TdClassName
{
border-color: #F756DD;
}
.TagClassName
{
border-color: #F756DD;
}
</style>