Html Css Color HEX #F740EF Free Speech Magenta
📋 copy color: '#F740EF'red 247 ◦ green 64 ◦ blue 239
Shades of Free Speech Magenta #F740EF
Tints of Free Speech Magenta #F740EF
RGB
CMYK
RGB Variations
Color information
#F740EF (or 0xF740EF) is known color: Free Speech Magenta. HEX triplet: F7, 40 and EF. RGB value is (247,64,239). Sum of RGB (Red+Green+Blue) = 247+64+239=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 64 (25.39% from 255 or 11.64% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F740EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F740EF is #08BF10. Grayscale: #8A8A8A. Windows color (decimal): -573201 or 15679735. OLE color: 15679735.
HSL color Cylindrical-coordinate representation of color #F740EF: hue angle of 302.62º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F740EF is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 64 | 239 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.03 |
| HSL | 302.62º | 0.92% | 0.61% | - |
| HSV(B) | 302.62º | 0.74% | 0.97% | - |
| XYZ | 55.77 | 29.67 | 84.45 | - |
| YUV | 138.67 | 184.63 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 64 | 239 | 0 | 0.74 | 0.03 | 0.03 | 302.62 | 0.92 | 0.61 |
| Hex | F7 | 40 | EF | 0 | 4A | 3 | 3 | 12F | 5C | 3D |
| Octal | 367 | 100 | 357 | 0 | 112 | 3 | 3 | 457 | 134 | 75 |
| Binary | 11110111 | 1000000 | 11101111 | 0 | 1001010 | 11 | 11 | 100101111 | 1011100 | 111101 |
Color Harmonies of #F740EF
Complementary color
Monochromatic Colors of #F740EF
Black with #F740EF
Text Example
Text Example
White with #F740EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F740EF; }
p { color: rgb(247,64,239); }
H1.HeaderClassName
{
color: #F740EF;
}
.AnyTagClassName
{
color: #F740EF;
}
</style>
background-color css
<style>
a { background-color: #F740EF; }
a { background-color: rgb(247,64,239); }
div.DivClassName
{
background-color: #F740EF;
}
.BgClassName
{
background-color: #F740EF;
}
</style>
border-color css
<style>
span { border-color: #F740EF; }
span { border-color: rgb(247,64,239); }
td.TdClassName
{
border-color: #F740EF;
}
.TagClassName
{
border-color: #F740EF;
}
</style>