Html Css Color HEX #F358E8 Free Speech Magenta
📋 copy color: '#F358E8'red 243 ◦ green 88 ◦ blue 232
Shades of Free Speech Magenta #F358E8
Tints of Free Speech Magenta #F358E8
RGB
CMYK
RGB Variations
Color information
#F358E8 (or 0xF358E8) is known color: Free Speech Magenta. HEX triplet: F3, 58 and E8. RGB value is (243,88,232). Sum of RGB (Red+Green+Blue) = 243+88+232=563 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.16% from 563); Green value is 88 (34.77% from 255 or 15.63% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 243 - color contains mainly: red. Hex color #F358E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F358E8 is #0CA717. Grayscale: #969696. Windows color (decimal): -829208 or 15227123. OLE color: 15227123.
HSL color Cylindrical-coordinate representation of color #F358E8: hue angle of 304.26º 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 #F358E8 is Cyan = 0, Magento = 0.64, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 232 | - |
| CMYK | 0 | 0.64 | 0.05 | 0.05 |
| HSL | 304.26º | 0.87% | 0.65% | - |
| HSV(B) | 304.26º | 0.64% | 0.95% | - |
| XYZ | 55.02 | 31.86 | 79.59 | - |
| YUV | 150.76 | 173.85 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 232 | 0 | 0.64 | 0.05 | 0.05 | 304.26 | 0.87 | 0.65 |
| Hex | F3 | 58 | E8 | 0 | 40 | 5 | 5 | 130 | 57 | 41 |
| Octal | 363 | 130 | 350 | 0 | 100 | 5 | 5 | 460 | 127 | 101 |
| Binary | 11110011 | 1011000 | 11101000 | 0 | 1000000 | 101 | 101 | 100110000 | 1010111 | 1000001 |
Color Harmonies of #F358E8
Complementary color
Monochromatic Colors of #F358E8
Black with #F358E8
Text Example
Text Example
White with #F358E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F358E8; }
p { color: rgb(243,88,232); }
H1.HeaderClassName
{
color: #F358E8;
}
.AnyTagClassName
{
color: #F358E8;
}
</style>
background-color css
<style>
a { background-color: #F358E8; }
a { background-color: rgb(243,88,232); }
div.DivClassName
{
background-color: #F358E8;
}
.BgClassName
{
background-color: #F358E8;
}
</style>
border-color css
<style>
span { border-color: #F358E8; }
span { border-color: rgb(243,88,232); }
td.TdClassName
{
border-color: #F358E8;
}
.TagClassName
{
border-color: #F358E8;
}
</style>