Html Css Color HEX #F758E5 Free Speech Magenta
📋 copy color: '#F758E5'red 247 ◦ green 88 ◦ blue 229
Shades of Free Speech Magenta #F758E5
Tints of Free Speech Magenta #F758E5
RGB
CMYK
RGB Variations
Color information
#F758E5 (or 0xF758E5) is known color: Free Speech Magenta. HEX triplet: F7, 58 and E5. RGB value is (247,88,229). Sum of RGB (Red+Green+Blue) = 247+88+229=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 88 (34.77% from 255 or 15.60% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F758E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F758E5 is #08A71A. Grayscale: #979797. Windows color (decimal): -567067 or 15030519. OLE color: 15030519.
HSL color Cylindrical-coordinate representation of color #F758E5: hue angle of 306.79º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F758E5 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 229 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.03 |
| HSL | 306.79º | 0.91% | 0.66% | - |
| HSV(B) | 306.79º | 0.64% | 0.97% | - |
| XYZ | 55.99 | 32.41 | 77.43 | - |
| YUV | 151.62 | 171.68 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 229 | 0 | 0.64 | 0.07 | 0.03 | 306.79 | 0.91 | 0.66 |
| Hex | F7 | 58 | E5 | 0 | 40 | 7 | 3 | 133 | 5B | 42 |
| Octal | 367 | 130 | 345 | 0 | 100 | 7 | 3 | 463 | 133 | 102 |
| Binary | 11110111 | 1011000 | 11100101 | 0 | 1000000 | 111 | 11 | 100110011 | 1011011 | 1000010 |
Color Harmonies of #F758E5
Complementary color
Monochromatic Colors of #F758E5
Black with #F758E5
Text Example
Text Example
White with #F758E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F758E5; }
p { color: rgb(247,88,229); }
H1.HeaderClassName
{
color: #F758E5;
}
.AnyTagClassName
{
color: #F758E5;
}
</style>
background-color css
<style>
a { background-color: #F758E5; }
a { background-color: rgb(247,88,229); }
div.DivClassName
{
background-color: #F758E5;
}
.BgClassName
{
background-color: #F758E5;
}
</style>
border-color css
<style>
span { border-color: #F758E5; }
span { border-color: rgb(247,88,229); }
td.TdClassName
{
border-color: #F758E5;
}
.TagClassName
{
border-color: #F758E5;
}
</style>