Html Css Color HEX #F258EC Free Speech Magenta
📋 copy color: '#F258EC'red 242 ◦ green 88 ◦ blue 236
Shades of Free Speech Magenta #F258EC
Tints of Free Speech Magenta #F258EC
RGB
CMYK
RGB Variations
Color information
#F258EC (or 0xF258EC) is known color: Free Speech Magenta. HEX triplet: F2, 58 and EC. RGB value is (242,88,236). Sum of RGB (Red+Green+Blue) = 242+88+236=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 88 (34.77% from 255 or 15.55% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F258EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F258EC is #0DA713. Grayscale: #969696. Windows color (decimal): -894740 or 15489266. OLE color: 15489266.
HSL color Cylindrical-coordinate representation of color #F258EC: hue angle of 302.34º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F258EC is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 236 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.05 |
| HSL | 302.34º | 0.86% | 0.65% | - |
| HSV(B) | 302.34º | 0.64% | 0.95% | - |
| XYZ | 55.25 | 31.91 | 82.6 | - |
| YUV | 150.92 | 176.02 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 236 | 0 | 0.64 | 0.02 | 0.05 | 302.34 | 0.86 | 0.65 |
| Hex | F2 | 58 | EC | 0 | 40 | 2 | 5 | 12E | 56 | 41 |
| Octal | 362 | 130 | 354 | 0 | 100 | 2 | 5 | 456 | 126 | 101 |
| Binary | 11110010 | 1011000 | 11101100 | 0 | 1000000 | 10 | 101 | 100101110 | 1010110 | 1000001 |
Color Harmonies of #F258EC
Complementary color
Monochromatic Colors of #F258EC
Black with #F258EC
Text Example
Text Example
White with #F258EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F258EC; }
p { color: rgb(242,88,236); }
H1.HeaderClassName
{
color: #F258EC;
}
.AnyTagClassName
{
color: #F258EC;
}
</style>
background-color css
<style>
a { background-color: #F258EC; }
a { background-color: rgb(242,88,236); }
div.DivClassName
{
background-color: #F258EC;
}
.BgClassName
{
background-color: #F258EC;
}
</style>
border-color css
<style>
span { border-color: #F258EC; }
span { border-color: rgb(242,88,236); }
td.TdClassName
{
border-color: #F258EC;
}
.TagClassName
{
border-color: #F258EC;
}
</style>