Html Css Color HEX #F945EC Free Speech Magenta
📋 copy color: '#F945EC'red 249 ◦ green 69 ◦ blue 236
Shades of Free Speech Magenta #F945EC
Tints of Free Speech Magenta #F945EC
RGB
CMYK
RGB Variations
Color information
#F945EC (or 0xF945EC) is known color: Free Speech Magenta. HEX triplet: F9, 45 and EC. RGB value is (249,69,236). Sum of RGB (Red+Green+Blue) = 249+69+236=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 69 (27.34% from 255 or 12.45% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F945EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F945EC is #06BA13. Grayscale: #8D8D8D. Windows color (decimal): -440852 or 15484409. OLE color: 15484409.
HSL color Cylindrical-coordinate representation of color #F945EC: hue angle of 304.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F945EC is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 236 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.02 |
| HSL | 304.33º | 0.94% | 0.62% | - |
| HSV(B) | 304.33º | 0.72% | 0.98% | - |
| XYZ | 56.34 | 30.45 | 82.27 | - |
| YUV | 141.86 | 181.13 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 236 | 0 | 0.72 | 0.05 | 0.02 | 304.33 | 0.94 | 0.62 |
| Hex | F9 | 45 | EC | 0 | 48 | 5 | 2 | 130 | 5E | 3E |
| Octal | 371 | 105 | 354 | 0 | 110 | 5 | 2 | 460 | 136 | 76 |
| Binary | 11111001 | 1000101 | 11101100 | 0 | 1001000 | 101 | 10 | 100110000 | 1011110 | 111110 |
Color Harmonies of #F945EC
Complementary color
Monochromatic Colors of #F945EC
Black with #F945EC
Text Example
Text Example
White with #F945EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F945EC; }
p { color: rgb(249,69,236); }
H1.HeaderClassName
{
color: #F945EC;
}
.AnyTagClassName
{
color: #F945EC;
}
</style>
background-color css
<style>
a { background-color: #F945EC; }
a { background-color: rgb(249,69,236); }
div.DivClassName
{
background-color: #F945EC;
}
.BgClassName
{
background-color: #F945EC;
}
</style>
border-color css
<style>
span { border-color: #F945EC; }
span { border-color: rgb(249,69,236); }
td.TdClassName
{
border-color: #F945EC;
}
.TagClassName
{
border-color: #F945EC;
}
</style>