Html Css Color HEX #F353C6 Free Speech Magenta
📋 copy color: '#F353C6'red 243 ◦ green 83 ◦ blue 198
Shades of Free Speech Magenta #F353C6
Tints of Free Speech Magenta #F353C6
RGB
CMYK
RGB Variations
Color information
#F353C6 (or 0xF353C6) is known color: Free Speech Magenta. HEX triplet: F3, 53 and C6. RGB value is (243,83,198). Sum of RGB (Red+Green+Blue) = 243+83+198=524 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.37% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 243 - color contains mainly: red. Hex color #F353C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F353C6 is #0CAC39. Grayscale: #8F8F8F. Windows color (decimal): -830522 or 12997619. OLE color: 12997619.
HSL color Cylindrical-coordinate representation of color #F353C6: hue angle of 316.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 #F353C6 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 198 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.05 |
| HSL | 316.88º | 0.87% | 0.64% | - |
| HSV(B) | 316.88º | 0.66% | 0.95% | - |
| XYZ | 50.25 | 29.32 | 56.44 | - |
| YUV | 143.95 | 158.51 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 198 | 0 | 0.66 | 0.19 | 0.05 | 316.88 | 0.87 | 0.64 |
| Hex | F3 | 53 | C6 | 0 | 42 | 13 | 5 | 13D | 57 | 40 |
| Octal | 363 | 123 | 306 | 0 | 102 | 23 | 5 | 475 | 127 | 100 |
| Binary | 11110011 | 1010011 | 11000110 | 0 | 1000010 | 10011 | 101 | 100111101 | 1010111 | 1000000 |
Color Harmonies of #F353C6
Complementary color
Monochromatic Colors of #F353C6
Black with #F353C6
Text Example
Text Example
White with #F353C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353C6; }
p { color: rgb(243,83,198); }
H1.HeaderClassName
{
color: #F353C6;
}
.AnyTagClassName
{
color: #F353C6;
}
</style>
background-color css
<style>
a { background-color: #F353C6; }
a { background-color: rgb(243,83,198); }
div.DivClassName
{
background-color: #F353C6;
}
.BgClassName
{
background-color: #F353C6;
}
</style>
border-color css
<style>
span { border-color: #F353C6; }
span { border-color: rgb(243,83,198); }
td.TdClassName
{
border-color: #F353C6;
}
.TagClassName
{
border-color: #F353C6;
}
</style>