Html Css Color HEX #F758DF Free Speech Magenta
📋 copy color: '#F758DF'red 247 ◦ green 88 ◦ blue 223
Shades of Free Speech Magenta #F758DF
Tints of Free Speech Magenta #F758DF
RGB
CMYK
RGB Variations
Color information
#F758DF (or 0xF758DF) is known color: Free Speech Magenta. HEX triplet: F7, 58 and DF. RGB value is (247,88,223). Sum of RGB (Red+Green+Blue) = 247+88+223=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 88 (34.77% from 255 or 15.77% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F758DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F758DF is #08A720. Grayscale: #969696. Windows color (decimal): -567073 or 14637303. OLE color: 14637303.
HSL color Cylindrical-coordinate representation of color #F758DF: hue angle of 309.06º 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 #F758DF is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 88 | 223 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.03 |
| HSL | 309.06º | 0.91% | 0.66% | - |
| HSV(B) | 309.06º | 0.64% | 0.97% | - |
| XYZ | 55.17 | 32.08 | 73.1 | - |
| YUV | 150.93 | 168.68 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 88 | 223 | 0 | 0.64 | 0.10 | 0.03 | 309.06 | 0.91 | 0.66 |
| Hex | F7 | 58 | DF | 0 | 40 | A | 3 | 135 | 5B | 42 |
| Octal | 367 | 130 | 337 | 0 | 100 | 12 | 3 | 465 | 133 | 102 |
| Binary | 11110111 | 1011000 | 11011111 | 0 | 1000000 | 1010 | 11 | 100110101 | 1011011 | 1000010 |
Color Harmonies of #F758DF
Complementary color
Monochromatic Colors of #F758DF
Black with #F758DF
Text Example
Text Example
White with #F758DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F758DF; }
p { color: rgb(247,88,223); }
H1.HeaderClassName
{
color: #F758DF;
}
.AnyTagClassName
{
color: #F758DF;
}
</style>
background-color css
<style>
a { background-color: #F758DF; }
a { background-color: rgb(247,88,223); }
div.DivClassName
{
background-color: #F758DF;
}
.BgClassName
{
background-color: #F758DF;
}
</style>
border-color css
<style>
span { border-color: #F758DF; }
span { border-color: rgb(247,88,223); }
td.TdClassName
{
border-color: #F758DF;
}
.TagClassName
{
border-color: #F758DF;
}
</style>