Html Css Color HEX #F353DC Free Speech Magenta
📋 copy color: '#F353DC'red 243 ◦ green 83 ◦ blue 220
Shades of Free Speech Magenta #F353DC
Tints of Free Speech Magenta #F353DC
RGB
CMYK
RGB Variations
Color information
#F353DC (or 0xF353DC) is known color: Free Speech Magenta. HEX triplet: F3, 53 and DC. RGB value is (243,83,220). Sum of RGB (Red+Green+Blue) = 243+83+220=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 83 (32.81% from 255 or 15.20% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F353DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F353DC is #0CAC23. Grayscale: #929292. Windows color (decimal): -830500 or 14439411. OLE color: 14439411.
HSL color Cylindrical-coordinate representation of color #F353DC: hue angle of 308.62º 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 #F353DC is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 220 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.05 |
| HSL | 308.63º | 0.87% | 0.64% | - |
| HSV(B) | 308.63º | 0.66% | 0.95% | - |
| XYZ | 52.97 | 30.41 | 70.79 | - |
| YUV | 146.46 | 169.51 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 220 | 0 | 0.66 | 0.09 | 0.05 | 308.63 | 0.87 | 0.64 |
| Hex | F3 | 53 | DC | 0 | 42 | 9 | 5 | 135 | 57 | 40 |
| Octal | 363 | 123 | 334 | 0 | 102 | 11 | 5 | 465 | 127 | 100 |
| Binary | 11110011 | 1010011 | 11011100 | 0 | 1000010 | 1001 | 101 | 100110101 | 1010111 | 1000000 |
Color Harmonies of #F353DC
Complementary color
Monochromatic Colors of #F353DC
Black with #F353DC
Text Example
Text Example
White with #F353DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353DC; }
p { color: rgb(243,83,220); }
H1.HeaderClassName
{
color: #F353DC;
}
.AnyTagClassName
{
color: #F353DC;
}
</style>
background-color css
<style>
a { background-color: #F353DC; }
a { background-color: rgb(243,83,220); }
div.DivClassName
{
background-color: #F353DC;
}
.BgClassName
{
background-color: #F353DC;
}
</style>
border-color css
<style>
span { border-color: #F353DC; }
span { border-color: rgb(243,83,220); }
td.TdClassName
{
border-color: #F353DC;
}
.TagClassName
{
border-color: #F353DC;
}
</style>