Html Css Color HEX #F046E5 Free Speech Magenta
📋 copy color: '#F046E5'red 240 ◦ green 70 ◦ blue 229
Shades of Free Speech Magenta #F046E5
Tints of Free Speech Magenta #F046E5
RGB
CMYK
RGB Variations
Color information
#F046E5 (or 0xF046E5) is known color: Free Speech Magenta. HEX triplet: F0, 46 and E5. RGB value is (240,70,229). Sum of RGB (Red+Green+Blue) = 240+70+229=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 70 (27.73% from 255 or 12.99% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F046E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F046E5 is #0FB91A. Grayscale: #8A8A8A. Windows color (decimal): -1030427 or 15025904. OLE color: 15025904.
HSL color Cylindrical-coordinate representation of color #F046E5: hue angle of 303.88º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F046E5 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 229 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.06 |
| HSL | 303.88º | 0.85% | 0.61% | - |
| HSV(B) | 303.88º | 0.71% | 0.94% | - |
| XYZ | 52.27 | 28.56 | 76.89 | - |
| YUV | 138.96 | 178.82 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 229 | 0 | 0.71 | 0.05 | 0.06 | 303.88 | 0.85 | 0.61 |
| Hex | F0 | 46 | E5 | 0 | 47 | 5 | 6 | 130 | 55 | 3D |
| Octal | 360 | 106 | 345 | 0 | 107 | 5 | 6 | 460 | 125 | 75 |
| Binary | 11110000 | 1000110 | 11100101 | 0 | 1000111 | 101 | 110 | 100110000 | 1010101 | 111101 |
Color Harmonies of #F046E5
Complementary color
Monochromatic Colors of #F046E5
Black with #F046E5
Text Example
Text Example
White with #F046E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F046E5; }
p { color: rgb(240,70,229); }
H1.HeaderClassName
{
color: #F046E5;
}
.AnyTagClassName
{
color: #F046E5;
}
</style>
background-color css
<style>
a { background-color: #F046E5; }
a { background-color: rgb(240,70,229); }
div.DivClassName
{
background-color: #F046E5;
}
.BgClassName
{
background-color: #F046E5;
}
</style>
border-color css
<style>
span { border-color: #F046E5; }
span { border-color: rgb(240,70,229); }
td.TdClassName
{
border-color: #F046E5;
}
.TagClassName
{
border-color: #F046E5;
}
</style>