Html Css Color HEX #F358D6 Free Speech Magenta
📋 copy color: '#F358D6'red 243 ◦ green 88 ◦ blue 214
Shades of Free Speech Magenta #F358D6
Tints of Free Speech Magenta #F358D6
RGB
CMYK
RGB Variations
Color information
#F358D6 (or 0xF358D6) is known color: Free Speech Magenta. HEX triplet: F3, 58 and D6. RGB value is (243,88,214). Sum of RGB (Red+Green+Blue) = 243+88+214=545 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.59% from 545); Green value is 88 (34.77% from 255 or 16.15% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 243 - color contains mainly: red. Hex color #F358D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358D6 is #0CA729. Grayscale: #949494. Windows color (decimal): -829226 or 14047475. OLE color: 14047475.
HSL color Cylindrical-coordinate representation of color #F358D6: hue angle of 311.23º 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 #F358D6 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 214 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.05 |
| HSL | 311.23º | 0.87% | 0.65% | - |
| HSV(B) | 311.23º | 0.64% | 0.95% | - |
| XYZ | 52.59 | 30.89 | 66.81 | - |
| YUV | 148.71 | 164.85 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 214 | 0 | 0.64 | 0.12 | 0.05 | 311.23 | 0.87 | 0.65 |
| Hex | F3 | 58 | D6 | 0 | 40 | C | 5 | 137 | 57 | 41 |
| Octal | 363 | 130 | 326 | 0 | 100 | 14 | 5 | 467 | 127 | 101 |
| Binary | 11110011 | 1011000 | 11010110 | 0 | 1000000 | 1100 | 101 | 100110111 | 1010111 | 1000001 |
Color Harmonies of #F358D6
Complementary color
Monochromatic Colors of #F358D6
Black with #F358D6
Text Example
Text Example
White with #F358D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F358D6; }
p { color: rgb(243,88,214); }
H1.HeaderClassName
{
color: #F358D6;
}
.AnyTagClassName
{
color: #F358D6;
}
</style>
background-color css
<style>
a { background-color: #F358D6; }
a { background-color: rgb(243,88,214); }
div.DivClassName
{
background-color: #F358D6;
}
.BgClassName
{
background-color: #F358D6;
}
</style>
border-color css
<style>
span { border-color: #F358D6; }
span { border-color: rgb(243,88,214); }
td.TdClassName
{
border-color: #F358D6;
}
.TagClassName
{
border-color: #F358D6;
}
</style>