Html Css Color HEX #F350C5 Free Speech Magenta
📋 copy color: '#F350C5'red 243 ◦ green 80 ◦ blue 197
Shades of Free Speech Magenta #F350C5
Tints of Free Speech Magenta #F350C5
RGB
CMYK
RGB Variations
Color information
#F350C5 (or 0xF350C5) is known color: Free Speech Magenta. HEX triplet: F3, 50 and C5. RGB value is (243,80,197). Sum of RGB (Red+Green+Blue) = 243+80+197=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F350C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F350C5 is #0CAF3A. Grayscale: #8D8D8D. Windows color (decimal): -831291 or 12931315. OLE color: 12931315.
HSL color Cylindrical-coordinate representation of color #F350C5: hue angle of 316.93º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F350C5 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 197 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.05 |
| HSL | 316.93º | 0.87% | 0.63% | - |
| HSV(B) | 316.93º | 0.67% | 0.95% | - |
| XYZ | 49.91 | 28.82 | 55.76 | - |
| YUV | 142.08 | 159 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 197 | 0 | 0.67 | 0.19 | 0.05 | 316.93 | 0.87 | 0.63 |
| Hex | F3 | 50 | C5 | 0 | 43 | 13 | 5 | 13D | 57 | 3F |
| Octal | 363 | 120 | 305 | 0 | 103 | 23 | 5 | 475 | 127 | 77 |
| Binary | 11110011 | 1010000 | 11000101 | 0 | 1000011 | 10011 | 101 | 100111101 | 1010111 | 111111 |
Color Harmonies of #F350C5
Complementary color
Monochromatic Colors of #F350C5
Black with #F350C5
Text Example
Text Example
White with #F350C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F350C5; }
p { color: rgb(243,80,197); }
H1.HeaderClassName
{
color: #F350C5;
}
.AnyTagClassName
{
color: #F350C5;
}
</style>
background-color css
<style>
a { background-color: #F350C5; }
a { background-color: rgb(243,80,197); }
div.DivClassName
{
background-color: #F350C5;
}
.BgClassName
{
background-color: #F350C5;
}
</style>
border-color css
<style>
span { border-color: #F350C5; }
span { border-color: rgb(243,80,197); }
td.TdClassName
{
border-color: #F350C5;
}
.TagClassName
{
border-color: #F350C5;
}
</style>