Html Css Color HEX #F353CE Free Speech Magenta
📋 copy color: '#F353CE'red 243 ◦ green 83 ◦ blue 206
Shades of Free Speech Magenta #F353CE
Tints of Free Speech Magenta #F353CE
RGB
CMYK
RGB Variations
Color information
#F353CE (or 0xF353CE) is known color: Free Speech Magenta. HEX triplet: F3, 53 and CE. RGB value is (243,83,206). Sum of RGB (Red+Green+Blue) = 243+83+206=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 83 (32.81% from 255 or 15.60% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 243 - color contains mainly: red. Hex color #F353CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F353CE is #0CAC31. Grayscale: #909090. Windows color (decimal): -830514 or 13521907. OLE color: 13521907.
HSL color Cylindrical-coordinate representation of color #F353CE: hue angle of 313.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 #F353CE is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 206 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.05 |
| HSL | 313.88º | 0.87% | 0.64% | - |
| HSV(B) | 313.88º | 0.66% | 0.95% | - |
| XYZ | 51.2 | 29.7 | 61.43 | - |
| YUV | 144.86 | 162.51 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 206 | 0 | 0.66 | 0.15 | 0.05 | 313.88 | 0.87 | 0.64 |
| Hex | F3 | 53 | CE | 0 | 42 | F | 5 | 13A | 57 | 40 |
| Octal | 363 | 123 | 316 | 0 | 102 | 17 | 5 | 472 | 127 | 100 |
| Binary | 11110011 | 1010011 | 11001110 | 0 | 1000010 | 1111 | 101 | 100111010 | 1010111 | 1000000 |
Color Harmonies of #F353CE
Complementary color
Monochromatic Colors of #F353CE
Black with #F353CE
Text Example
Text Example
White with #F353CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F353CE; }
p { color: rgb(243,83,206); }
H1.HeaderClassName
{
color: #F353CE;
}
.AnyTagClassName
{
color: #F353CE;
}
</style>
background-color css
<style>
a { background-color: #F353CE; }
a { background-color: rgb(243,83,206); }
div.DivClassName
{
background-color: #F353CE;
}
.BgClassName
{
background-color: #F353CE;
}
</style>
border-color css
<style>
span { border-color: #F353CE; }
span { border-color: rgb(243,83,206); }
td.TdClassName
{
border-color: #F353CE;
}
.TagClassName
{
border-color: #F353CE;
}
</style>