Html Css Color HEX #F355E9 Free Speech Magenta
📋 copy color: '#F355E9'red 243 ◦ green 85 ◦ blue 233
Shades of Free Speech Magenta #F355E9
Tints of Free Speech Magenta #F355E9
RGB
CMYK
RGB Variations
Color information
#F355E9 (or 0xF355E9) is known color: Free Speech Magenta. HEX triplet: F3, 55 and E9. RGB value is (243,85,233). Sum of RGB (Red+Green+Blue) = 243+85+233=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 85 (33.59% from 255 or 15.15% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F355E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F355E9 is #0CAA16. Grayscale: #949494. Windows color (decimal): -829975 or 15291891. OLE color: 15291891.
HSL color Cylindrical-coordinate representation of color #F355E9: hue angle of 303.8º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F355E9 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 85 | 233 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.05 |
| HSL | 303.8º | 0.87% | 0.64% | - |
| HSV(B) | 303.8º | 0.65% | 0.95% | - |
| XYZ | 54.92 | 31.43 | 80.26 | - |
| YUV | 149.11 | 175.35 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 233 | 0 | 0.65 | 0.04 | 0.05 | 303.8 | 0.87 | 0.64 |
| Hex | F3 | 55 | E9 | 0 | 41 | 4 | 5 | 130 | 57 | 40 |
| Octal | 363 | 125 | 351 | 0 | 101 | 4 | 5 | 460 | 127 | 100 |
| Binary | 11110011 | 1010101 | 11101001 | 0 | 1000001 | 100 | 101 | 100110000 | 1010111 | 1000000 |
Color Harmonies of #F355E9
Complementary color
Monochromatic Colors of #F355E9
Black with #F355E9
Text Example
Text Example
White with #F355E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F355E9; }
p { color: rgb(243,85,233); }
H1.HeaderClassName
{
color: #F355E9;
}
.AnyTagClassName
{
color: #F355E9;
}
</style>
background-color css
<style>
a { background-color: #F355E9; }
a { background-color: rgb(243,85,233); }
div.DivClassName
{
background-color: #F355E9;
}
.BgClassName
{
background-color: #F355E9;
}
</style>
border-color css
<style>
span { border-color: #F355E9; }
span { border-color: rgb(243,85,233); }
td.TdClassName
{
border-color: #F355E9;
}
.TagClassName
{
border-color: #F355E9;
}
</style>