Html Css Color HEX #F353E6 Free Speech Magenta
📋 copy color: '#F353E6'red 243 ◦ green 83 ◦ blue 230
Shades of Free Speech Magenta #F353E6
Tints of Free Speech Magenta #F353E6
RGB
CMYK
RGB Variations
Color information
#F353E6 (or 0xF353E6) is known color: Free Speech Magenta. HEX triplet: F3, 53 and E6. RGB value is (243,83,230). Sum of RGB (Red+Green+Blue) = 243+83+230=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 83 (32.81% from 255 or 14.93% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 243 - color contains mainly: red. Hex color #F353E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F353E6 is #0CAC19. Grayscale: #939393. Windows color (decimal): -830490 or 15094771. OLE color: 15094771.
HSL color Cylindrical-coordinate representation of color #F353E6: hue angle of 304.88º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F353E6 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 230 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.05 |
| HSL | 304.88º | 0.87% | 0.64% | - |
| HSV(B) | 304.88º | 0.66% | 0.95% | - |
| XYZ | 54.34 | 30.95 | 77.97 | - |
| YUV | 147.6 | 174.51 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 230 | 0 | 0.66 | 0.05 | 0.05 | 304.88 | 0.87 | 0.64 |
| Hex | F3 | 53 | E6 | 0 | 42 | 5 | 5 | 131 | 57 | 40 |
| Octal | 363 | 123 | 346 | 0 | 102 | 5 | 5 | 461 | 127 | 100 |
| Binary | 11110011 | 1010011 | 11100110 | 0 | 1000010 | 101 | 101 | 100110001 | 1010111 | 1000000 |
Color Harmonies of #F353E6
Complementary color
Monochromatic Colors of #F353E6
Black with #F353E6
Text Example
Text Example
White with #F353E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353E6; }
p { color: rgb(243,83,230); }
H1.HeaderClassName
{
color: #F353E6;
}
.AnyTagClassName
{
color: #F353E6;
}
</style>
background-color css
<style>
a { background-color: #F353E6; }
a { background-color: rgb(243,83,230); }
div.DivClassName
{
background-color: #F353E6;
}
.BgClassName
{
background-color: #F353E6;
}
</style>
border-color css
<style>
span { border-color: #F353E6; }
span { border-color: rgb(243,83,230); }
td.TdClassName
{
border-color: #F353E6;
}
.TagClassName
{
border-color: #F353E6;
}
</style>