Html Css Color HEX #F358E5 Free Speech Magenta
📋 copy color: '#F358E5'red 243 ◦ green 88 ◦ blue 229
Shades of Free Speech Magenta #F358E5
Tints of Free Speech Magenta #F358E5
RGB
CMYK
RGB Variations
Color information
#F358E5 (or 0xF358E5) is known color: Free Speech Magenta. HEX triplet: F3, 58 and E5. RGB value is (243,88,229). Sum of RGB (Red+Green+Blue) = 243+88+229=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 88 (34.77% from 255 or 15.71% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F358E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358E5 is #0CA71A. Grayscale: #969696. Windows color (decimal): -829211 or 15030515. OLE color: 15030515.
HSL color Cylindrical-coordinate representation of color #F358E5: hue angle of 305.42º 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 #F358E5 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 229 | - |
| CMYK | 0 | 0.64 | 0.06 | 0.05 |
| HSL | 305.42º | 0.87% | 0.65% | - |
| HSV(B) | 305.42º | 0.64% | 0.95% | - |
| XYZ | 54.59 | 31.69 | 77.37 | - |
| YUV | 150.42 | 172.35 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 229 | 0 | 0.64 | 0.06 | 0.05 | 305.42 | 0.87 | 0.65 |
| Hex | F3 | 58 | E5 | 0 | 40 | 6 | 5 | 131 | 57 | 41 |
| Octal | 363 | 130 | 345 | 0 | 100 | 6 | 5 | 461 | 127 | 101 |
| Binary | 11110011 | 1011000 | 11100101 | 0 | 1000000 | 110 | 101 | 100110001 | 1010111 | 1000001 |
Color Harmonies of #F358E5
Complementary color
Monochromatic Colors of #F358E5
Black with #F358E5
Text Example
Text Example
White with #F358E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F358E5; }
p { color: rgb(243,88,229); }
H1.HeaderClassName
{
color: #F358E5;
}
.AnyTagClassName
{
color: #F358E5;
}
</style>
background-color css
<style>
a { background-color: #F358E5; }
a { background-color: rgb(243,88,229); }
div.DivClassName
{
background-color: #F358E5;
}
.BgClassName
{
background-color: #F358E5;
}
</style>
border-color css
<style>
span { border-color: #F358E5; }
span { border-color: rgb(243,88,229); }
td.TdClassName
{
border-color: #F358E5;
}
.TagClassName
{
border-color: #F358E5;
}
</style>