Html Css Color HEX #F756E5 Free Speech Magenta
📋 copy color: '#F756E5'red 247 ◦ green 86 ◦ blue 229
Shades of Free Speech Magenta #F756E5
Tints of Free Speech Magenta #F756E5
RGB
CMYK
RGB Variations
Color information
#F756E5 (or 0xF756E5) is known color: Free Speech Magenta. HEX triplet: F7, 56 and E5. RGB value is (247,86,229). Sum of RGB (Red+Green+Blue) = 247+86+229=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 86 (33.98% from 255 or 15.30% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F756E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F756E5 is #08A91A. Grayscale: #969696. Windows color (decimal): -567579 or 15030007. OLE color: 15030007.
HSL color Cylindrical-coordinate representation of color #F756E5: hue angle of 306.71º 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 #F756E5 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 229 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.03 |
| HSL | 306.71º | 0.91% | 0.65% | - |
| HSV(B) | 306.71º | 0.65% | 0.97% | - |
| XYZ | 55.83 | 32.09 | 77.38 | - |
| YUV | 150.44 | 172.34 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 229 | 0 | 0.65 | 0.07 | 0.03 | 306.71 | 0.91 | 0.65 |
| Hex | F7 | 56 | E5 | 0 | 41 | 7 | 3 | 133 | 5B | 41 |
| Octal | 367 | 126 | 345 | 0 | 101 | 7 | 3 | 463 | 133 | 101 |
| Binary | 11110111 | 1010110 | 11100101 | 0 | 1000001 | 111 | 11 | 100110011 | 1011011 | 1000001 |
Color Harmonies of #F756E5
Complementary color
Monochromatic Colors of #F756E5
Black with #F756E5
Text Example
Text Example
White with #F756E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F756E5; }
p { color: rgb(247,86,229); }
H1.HeaderClassName
{
color: #F756E5;
}
.AnyTagClassName
{
color: #F756E5;
}
</style>
background-color css
<style>
a { background-color: #F756E5; }
a { background-color: rgb(247,86,229); }
div.DivClassName
{
background-color: #F756E5;
}
.BgClassName
{
background-color: #F756E5;
}
</style>
border-color css
<style>
span { border-color: #F756E5; }
span { border-color: rgb(247,86,229); }
td.TdClassName
{
border-color: #F756E5;
}
.TagClassName
{
border-color: #F756E5;
}
</style>