Html Css Color HEX #F047ED Free Speech Magenta
📋 copy color: '#F047ED'red 240 ◦ green 71 ◦ blue 237
Shades of Free Speech Magenta #F047ED
Tints of Free Speech Magenta #F047ED
RGB
CMYK
RGB Variations
Color information
#F047ED (or 0xF047ED) is known color: Free Speech Magenta. HEX triplet: F0, 47 and ED. RGB value is (240,71,237). Sum of RGB (Red+Green+Blue) = 240+71+237=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 71 (28.12% from 255 or 12.96% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 240 - color contains mainly: red. Hex color #F047ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F047ED is #0FB812. Grayscale: #8B8B8B. Windows color (decimal): -1030163 or 15550448. OLE color: 15550448.
HSL color Cylindrical-coordinate representation of color #F047ED: hue angle of 301.07º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F047ED is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 237 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.06 |
| HSL | 301.07º | 0.85% | 0.61% | - |
| HSV(B) | 301.07º | 0.7% | 0.94% | - |
| XYZ | 53.47 | 29.15 | 82.93 | - |
| YUV | 140.46 | 182.49 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 237 | 0 | 0.70 | 0.01 | 0.06 | 301.07 | 0.85 | 0.61 |
| Hex | F0 | 47 | ED | 0 | 46 | 1 | 6 | 12D | 55 | 3D |
| Octal | 360 | 107 | 355 | 0 | 106 | 1 | 6 | 455 | 125 | 75 |
| Binary | 11110000 | 1000111 | 11101101 | 0 | 1000110 | 1 | 110 | 100101101 | 1010101 | 111101 |
Color Harmonies of #F047ED
Complementary color
Monochromatic Colors of #F047ED
Black with #F047ED
Text Example
Text Example
White with #F047ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F047ED; }
p { color: rgb(240,71,237); }
H1.HeaderClassName
{
color: #F047ED;
}
.AnyTagClassName
{
color: #F047ED;
}
</style>
background-color css
<style>
a { background-color: #F047ED; }
a { background-color: rgb(240,71,237); }
div.DivClassName
{
background-color: #F047ED;
}
.BgClassName
{
background-color: #F047ED;
}
</style>
border-color css
<style>
span { border-color: #F047ED; }
span { border-color: rgb(240,71,237); }
td.TdClassName
{
border-color: #F047ED;
}
.TagClassName
{
border-color: #F047ED;
}
</style>