Html Css Color HEX #F355E3 Free Speech Magenta
📋 copy color: '#F355E3'red 243 ◦ green 85 ◦ blue 227
Shades of Free Speech Magenta #F355E3
Tints of Free Speech Magenta #F355E3
RGB
CMYK
RGB Variations
Color information
#F355E3 (or 0xF355E3) is known color: Free Speech Magenta. HEX triplet: F3, 55 and E3. RGB value is (243,85,227). Sum of RGB (Red+Green+Blue) = 243+85+227=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 85 (33.59% from 255 or 15.32% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F355E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F355E3 is #0CAA1C. Grayscale: #949494. Windows color (decimal): -829981 or 14898675. OLE color: 14898675.
HSL color Cylindrical-coordinate representation of color #F355E3: hue angle of 306.08º 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 #F355E3 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 85 | 227 | - |
| CMYK | 0 | 0.65 | 0.07 | 0.05 |
| HSL | 306.08º | 0.87% | 0.64% | - |
| HSV(B) | 306.08º | 0.65% | 0.95% | - |
| XYZ | 54.08 | 31.1 | 75.83 | - |
| YUV | 148.43 | 172.35 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 227 | 0 | 0.65 | 0.07 | 0.05 | 306.08 | 0.87 | 0.64 |
| Hex | F3 | 55 | E3 | 0 | 41 | 7 | 5 | 132 | 57 | 40 |
| Octal | 363 | 125 | 343 | 0 | 101 | 7 | 5 | 462 | 127 | 100 |
| Binary | 11110011 | 1010101 | 11100011 | 0 | 1000001 | 111 | 101 | 100110010 | 1010111 | 1000000 |
Color Harmonies of #F355E3
Complementary color
Monochromatic Colors of #F355E3
Black with #F355E3
Text Example
Text Example
White with #F355E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F355E3; }
p { color: rgb(243,85,227); }
H1.HeaderClassName
{
color: #F355E3;
}
.AnyTagClassName
{
color: #F355E3;
}
</style>
background-color css
<style>
a { background-color: #F355E3; }
a { background-color: rgb(243,85,227); }
div.DivClassName
{
background-color: #F355E3;
}
.BgClassName
{
background-color: #F355E3;
}
</style>
border-color css
<style>
span { border-color: #F355E3; }
span { border-color: rgb(243,85,227); }
td.TdClassName
{
border-color: #F355E3;
}
.TagClassName
{
border-color: #F355E3;
}
</style>