Html Css Color HEX #F355E6 Free Speech Magenta
📋 copy color: '#F355E6'red 243 ◦ green 85 ◦ blue 230
Shades of Free Speech Magenta #F355E6
Tints of Free Speech Magenta #F355E6
RGB
CMYK
RGB Variations
Color information
#F355E6 (or 0xF355E6) is known color: Free Speech Magenta. HEX triplet: F3, 55 and E6. RGB value is (243,85,230). Sum of RGB (Red+Green+Blue) = 243+85+230=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 85 (33.59% from 255 or 15.23% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 243 - color contains mainly: red. Hex color #F355E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F355E6 is #0CAA19. Grayscale: #949494. Windows color (decimal): -829978 or 15095283. OLE color: 15095283.
HSL color Cylindrical-coordinate representation of color #F355E6: hue angle of 304.94º 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 #F355E6 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 85 | 230 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.05 |
| HSL | 304.94º | 0.87% | 0.64% | - |
| HSV(B) | 304.94º | 0.65% | 0.95% | - |
| XYZ | 54.49 | 31.26 | 78.03 | - |
| YUV | 148.77 | 173.85 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 230 | 0 | 0.65 | 0.05 | 0.05 | 304.94 | 0.87 | 0.64 |
| Hex | F3 | 55 | E6 | 0 | 41 | 5 | 5 | 131 | 57 | 40 |
| Octal | 363 | 125 | 346 | 0 | 101 | 5 | 5 | 461 | 127 | 100 |
| Binary | 11110011 | 1010101 | 11100110 | 0 | 1000001 | 101 | 101 | 100110001 | 1010111 | 1000000 |
Color Harmonies of #F355E6
Complementary color
Monochromatic Colors of #F355E6
Black with #F355E6
Text Example
Text Example
White with #F355E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F355E6; }
p { color: rgb(243,85,230); }
H1.HeaderClassName
{
color: #F355E6;
}
.AnyTagClassName
{
color: #F355E6;
}
</style>
background-color css
<style>
a { background-color: #F355E6; }
a { background-color: rgb(243,85,230); }
div.DivClassName
{
background-color: #F355E6;
}
.BgClassName
{
background-color: #F355E6;
}
</style>
border-color css
<style>
span { border-color: #F355E6; }
span { border-color: rgb(243,85,230); }
td.TdClassName
{
border-color: #F355E6;
}
.TagClassName
{
border-color: #F355E6;
}
</style>