Html Css Color HEX #F358DC Free Speech Magenta
📋 copy color: '#F358DC'red 243 ◦ green 88 ◦ blue 220
Shades of Free Speech Magenta #F358DC
Tints of Free Speech Magenta #F358DC
RGB
CMYK
RGB Variations
Color information
#F358DC (or 0xF358DC) is known color: Free Speech Magenta. HEX triplet: F3, 58 and DC. RGB value is (243,88,220). Sum of RGB (Red+Green+Blue) = 243+88+220=551 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.10% from 551); Green value is 88 (34.77% from 255 or 15.97% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 243 - color contains mainly: red. Hex color #F358DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358DC is #0CA723. Grayscale: #959595. Windows color (decimal): -829220 or 14440691. OLE color: 14440691.
HSL color Cylindrical-coordinate representation of color #F358DC: hue angle of 308.9º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F358DC is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 220 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.05 |
| HSL | 308.9º | 0.87% | 0.65% | - |
| HSV(B) | 308.9º | 0.64% | 0.95% | - |
| XYZ | 53.37 | 31.2 | 70.92 | - |
| YUV | 149.39 | 167.85 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 220 | 0 | 0.64 | 0.09 | 0.05 | 308.9 | 0.87 | 0.65 |
| Hex | F3 | 58 | DC | 0 | 40 | 9 | 5 | 135 | 57 | 41 |
| Octal | 363 | 130 | 334 | 0 | 100 | 11 | 5 | 465 | 127 | 101 |
| Binary | 11110011 | 1011000 | 11011100 | 0 | 1000000 | 1001 | 101 | 100110101 | 1010111 | 1000001 |
Color Harmonies of #F358DC
Complementary color
Monochromatic Colors of #F358DC
Black with #F358DC
Text Example
Text Example
White with #F358DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F358DC; }
p { color: rgb(243,88,220); }
H1.HeaderClassName
{
color: #F358DC;
}
.AnyTagClassName
{
color: #F358DC;
}
</style>
background-color css
<style>
a { background-color: #F358DC; }
a { background-color: rgb(243,88,220); }
div.DivClassName
{
background-color: #F358DC;
}
.BgClassName
{
background-color: #F358DC;
}
</style>
border-color css
<style>
span { border-color: #F358DC; }
span { border-color: rgb(243,88,220); }
td.TdClassName
{
border-color: #F358DC;
}
.TagClassName
{
border-color: #F358DC;
}
</style>