Html Css Color HEX #F353D9 Free Speech Magenta
📋 copy color: '#F353D9'red 243 ◦ green 83 ◦ blue 217
Shades of Free Speech Magenta #F353D9
Tints of Free Speech Magenta #F353D9
RGB
CMYK
RGB Variations
Color information
#F353D9 (or 0xF353D9) is known color: Free Speech Magenta. HEX triplet: F3, 53 and D9. RGB value is (243,83,217). Sum of RGB (Red+Green+Blue) = 243+83+217=543 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.75% from 543); Green value is 83 (32.81% from 255 or 15.29% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 243 - color contains mainly: red. Hex color #F353D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F353D9 is #0CAC26. Grayscale: #919191. Windows color (decimal): -830503 or 14242803. OLE color: 14242803.
HSL color Cylindrical-coordinate representation of color #F353D9: hue angle of 309.75º 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 #F353D9 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 217 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.05 |
| HSL | 309.75º | 0.87% | 0.64% | - |
| HSV(B) | 309.75º | 0.66% | 0.95% | - |
| XYZ | 52.58 | 30.25 | 68.71 | - |
| YUV | 146.12 | 168.01 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 217 | 0 | 0.66 | 0.11 | 0.05 | 309.75 | 0.87 | 0.64 |
| Hex | F3 | 53 | D9 | 0 | 42 | B | 5 | 136 | 57 | 40 |
| Octal | 363 | 123 | 331 | 0 | 102 | 13 | 5 | 466 | 127 | 100 |
| Binary | 11110011 | 1010011 | 11011001 | 0 | 1000010 | 1011 | 101 | 100110110 | 1010111 | 1000000 |
Color Harmonies of #F353D9
Complementary color
Monochromatic Colors of #F353D9
Black with #F353D9
Text Example
Text Example
White with #F353D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353D9; }
p { color: rgb(243,83,217); }
H1.HeaderClassName
{
color: #F353D9;
}
.AnyTagClassName
{
color: #F353D9;
}
</style>
background-color css
<style>
a { background-color: #F353D9; }
a { background-color: rgb(243,83,217); }
div.DivClassName
{
background-color: #F353D9;
}
.BgClassName
{
background-color: #F353D9;
}
</style>
border-color css
<style>
span { border-color: #F353D9; }
span { border-color: rgb(243,83,217); }
td.TdClassName
{
border-color: #F353D9;
}
.TagClassName
{
border-color: #F353D9;
}
</style>