Html Css Color HEX #F358E3 Free Speech Magenta
📋 copy color: '#F358E3'red 243 ◦ green 88 ◦ blue 227
Shades of Free Speech Magenta #F358E3
Tints of Free Speech Magenta #F358E3
RGB
CMYK
RGB Variations
Color information
#F358E3 (or 0xF358E3) is known color: Free Speech Magenta. HEX triplet: F3, 58 and E3. RGB value is (243,88,227). Sum of RGB (Red+Green+Blue) = 243+88+227=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 88 (34.77% from 255 or 15.77% from 558); Blue value is 227 (89.06% from 255 or 40.68% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F358E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358E3 is #0CA71C. Grayscale: #959595. Windows color (decimal): -829213 or 14899443. OLE color: 14899443.
HSL color Cylindrical-coordinate representation of color #F358E3: hue angle of 306.19º degrees, saturation: 0.87, 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 #F358E3 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 227 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.05 |
| HSL | 306.19º | 0.87% | 0.65% | - |
| HSV(B) | 306.19º | 0.64% | 0.95% | - |
| XYZ | 54.32 | 31.58 | 75.91 | - |
| YUV | 150.19 | 171.35 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 227 | 0 | 0.64 | 0.07 | 0.05 | 306.19 | 0.87 | 0.65 |
| Hex | F3 | 58 | E3 | 0 | 40 | 7 | 5 | 132 | 57 | 41 |
| Octal | 363 | 130 | 343 | 0 | 100 | 7 | 5 | 462 | 127 | 101 |
| Binary | 11110011 | 1011000 | 11100011 | 0 | 1000000 | 111 | 101 | 100110010 | 1010111 | 1000001 |
Color Harmonies of #F358E3
Complementary color
Monochromatic Colors of #F358E3
Black with #F358E3
Text Example
Text Example
White with #F358E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F358E3; }
p { color: rgb(243,88,227); }
H1.HeaderClassName
{
color: #F358E3;
}
.AnyTagClassName
{
color: #F358E3;
}
</style>
background-color css
<style>
a { background-color: #F358E3; }
a { background-color: rgb(243,88,227); }
div.DivClassName
{
background-color: #F358E3;
}
.BgClassName
{
background-color: #F358E3;
}
</style>
border-color css
<style>
span { border-color: #F358E3; }
span { border-color: rgb(243,88,227); }
td.TdClassName
{
border-color: #F358E3;
}
.TagClassName
{
border-color: #F358E3;
}
</style>