Html Css Color HEX #F358D8 Free Speech Magenta
📋 copy color: '#F358D8'red 243 ◦ green 88 ◦ blue 216
Shades of Free Speech Magenta #F358D8
Tints of Free Speech Magenta #F358D8
RGB
CMYK
RGB Variations
Color information
#F358D8 (or 0xF358D8) is known color: Free Speech Magenta. HEX triplet: F3, 58 and D8. RGB value is (243,88,216). Sum of RGB (Red+Green+Blue) = 243+88+216=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 88 (34.77% from 255 or 16.09% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F358D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358D8 is #0CA727. Grayscale: #949494. Windows color (decimal): -829224 or 14178547. OLE color: 14178547.
HSL color Cylindrical-coordinate representation of color #F358D8: hue angle of 310.45º 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 #F358D8 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 216 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.05 |
| HSL | 310.45º | 0.87% | 0.65% | - |
| HSV(B) | 310.45º | 0.64% | 0.95% | - |
| XYZ | 52.85 | 30.99 | 68.16 | - |
| YUV | 148.94 | 165.85 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 216 | 0 | 0.64 | 0.11 | 0.05 | 310.45 | 0.87 | 0.65 |
| Hex | F3 | 58 | D8 | 0 | 40 | B | 5 | 136 | 57 | 41 |
| Octal | 363 | 130 | 330 | 0 | 100 | 13 | 5 | 466 | 127 | 101 |
| Binary | 11110011 | 1011000 | 11011000 | 0 | 1000000 | 1011 | 101 | 100110110 | 1010111 | 1000001 |
Color Harmonies of #F358D8
Complementary color
Monochromatic Colors of #F358D8
Black with #F358D8
Text Example
Text Example
White with #F358D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F358D8; }
p { color: rgb(243,88,216); }
H1.HeaderClassName
{
color: #F358D8;
}
.AnyTagClassName
{
color: #F358D8;
}
</style>
background-color css
<style>
a { background-color: #F358D8; }
a { background-color: rgb(243,88,216); }
div.DivClassName
{
background-color: #F358D8;
}
.BgClassName
{
background-color: #F358D8;
}
</style>
border-color css
<style>
span { border-color: #F358D8; }
span { border-color: rgb(243,88,216); }
td.TdClassName
{
border-color: #F358D8;
}
.TagClassName
{
border-color: #F358D8;
}
</style>