Html Css Color HEX #F758D5 Free Speech Magenta
📋 copy color: '#F758D5'red 247 ◦ green 88 ◦ blue 213
Shades of Free Speech Magenta #F758D5
Tints of Free Speech Magenta #F758D5
RGB
CMYK
RGB Variations
Color information
#F758D5 (or 0xF758D5) is known color: Free Speech Magenta. HEX triplet: F7, 58 and D5. RGB value is (247,88,213). Sum of RGB (Red+Green+Blue) = 247+88+213=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 88 (34.77% from 255 or 16.06% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F758D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F758D5 is #08A72A. Grayscale: #959595. Windows color (decimal): -567083 or 13981943. OLE color: 13981943.
HSL color Cylindrical-coordinate representation of color #F758D5: hue angle of 312.83º 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 #F758D5 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 213 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.03 |
| HSL | 312.83º | 0.91% | 0.66% | - |
| HSV(B) | 312.83º | 0.64% | 0.97% | - |
| XYZ | 53.86 | 31.56 | 66.2 | - |
| YUV | 149.79 | 163.68 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 213 | 0 | 0.64 | 0.14 | 0.03 | 312.83 | 0.91 | 0.66 |
| Hex | F7 | 58 | D5 | 0 | 40 | E | 3 | 139 | 5B | 42 |
| Octal | 367 | 130 | 325 | 0 | 100 | 16 | 3 | 471 | 133 | 102 |
| Binary | 11110111 | 1011000 | 11010101 | 0 | 1000000 | 1110 | 11 | 100111001 | 1011011 | 1000010 |
Color Harmonies of #F758D5
Complementary color
Monochromatic Colors of #F758D5
Black with #F758D5
Text Example
Text Example
White with #F758D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F758D5; }
p { color: rgb(247,88,213); }
H1.HeaderClassName
{
color: #F758D5;
}
.AnyTagClassName
{
color: #F758D5;
}
</style>
background-color css
<style>
a { background-color: #F758D5; }
a { background-color: rgb(247,88,213); }
div.DivClassName
{
background-color: #F758D5;
}
.BgClassName
{
background-color: #F758D5;
}
</style>
border-color css
<style>
span { border-color: #F758D5; }
span { border-color: rgb(247,88,213); }
td.TdClassName
{
border-color: #F758D5;
}
.TagClassName
{
border-color: #F758D5;
}
</style>