Html Css Color HEX #F248EC Free Speech Magenta
📋 copy color: '#F248EC'red 242 ◦ green 72 ◦ blue 236
Shades of Free Speech Magenta #F248EC
Tints of Free Speech Magenta #F248EC
RGB
CMYK
RGB Variations
Color information
#F248EC (or 0xF248EC) is known color: Free Speech Magenta. HEX triplet: F2, 48 and EC. RGB value is (242,72,236). Sum of RGB (Red+Green+Blue) = 242+72+236=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 72 (28.52% from 255 or 13.09% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F248EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F248EC is #0DB713. Grayscale: #8D8D8D. Windows color (decimal): -898836 or 15485170. OLE color: 15485170.
HSL color Cylindrical-coordinate representation of color #F248EC: hue angle of 302.12º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F248EC is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 72 | 236 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.05 |
| HSL | 302.12º | 0.87% | 0.62% | - |
| HSV(B) | 302.12º | 0.7% | 0.95% | - |
| XYZ | 54.08 | 29.57 | 82.21 | - |
| YUV | 141.53 | 181.32 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 72 | 236 | 0 | 0.70 | 0.02 | 0.05 | 302.12 | 0.87 | 0.62 |
| Hex | F2 | 48 | EC | 0 | 46 | 2 | 5 | 12E | 57 | 3E |
| Octal | 362 | 110 | 354 | 0 | 106 | 2 | 5 | 456 | 127 | 76 |
| Binary | 11110010 | 1001000 | 11101100 | 0 | 1000110 | 10 | 101 | 100101110 | 1010111 | 111110 |
Color Harmonies of #F248EC
Complementary color
Monochromatic Colors of #F248EC
Black with #F248EC
Text Example
Text Example
White with #F248EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F248EC; }
p { color: rgb(242,72,236); }
H1.HeaderClassName
{
color: #F248EC;
}
.AnyTagClassName
{
color: #F248EC;
}
</style>
background-color css
<style>
a { background-color: #F248EC; }
a { background-color: rgb(242,72,236); }
div.DivClassName
{
background-color: #F248EC;
}
.BgClassName
{
background-color: #F248EC;
}
</style>
border-color css
<style>
span { border-color: #F248EC; }
span { border-color: rgb(242,72,236); }
td.TdClassName
{
border-color: #F248EC;
}
.TagClassName
{
border-color: #F248EC;
}
</style>