Html Css Color HEX #F358CE Free Speech Magenta
📋 copy color: '#F358CE'red 243 ◦ green 88 ◦ blue 206
Shades of Free Speech Magenta #F358CE
Tints of Free Speech Magenta #F358CE
RGB
CMYK
RGB Variations
Color information
#F358CE (or 0xF358CE) is known color: Free Speech Magenta. HEX triplet: F3, 58 and CE. RGB value is (243,88,206). Sum of RGB (Red+Green+Blue) = 243+88+206=537 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.25% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 243 - color contains mainly: red. Hex color #F358CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F358CE is #0CA731. Grayscale: #939393. Windows color (decimal): -829234 or 13523187. OLE color: 13523187.
HSL color Cylindrical-coordinate representation of color #F358CE: hue angle of 314.32º 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 #F358CE is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 206 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.05 |
| HSL | 314.32º | 0.87% | 0.65% | - |
| HSV(B) | 314.32º | 0.64% | 0.95% | - |
| XYZ | 51.59 | 30.49 | 61.56 | - |
| YUV | 147.8 | 160.85 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 206 | 0 | 0.64 | 0.15 | 0.05 | 314.32 | 0.87 | 0.65 |
| Hex | F3 | 58 | CE | 0 | 40 | F | 5 | 13A | 57 | 41 |
| Octal | 363 | 130 | 316 | 0 | 100 | 17 | 5 | 472 | 127 | 101 |
| Binary | 11110011 | 1011000 | 11001110 | 0 | 1000000 | 1111 | 101 | 100111010 | 1010111 | 1000001 |
Color Harmonies of #F358CE
Complementary color
Monochromatic Colors of #F358CE
Black with #F358CE
Text Example
Text Example
White with #F358CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F358CE; }
p { color: rgb(243,88,206); }
H1.HeaderClassName
{
color: #F358CE;
}
.AnyTagClassName
{
color: #F358CE;
}
</style>
background-color css
<style>
a { background-color: #F358CE; }
a { background-color: rgb(243,88,206); }
div.DivClassName
{
background-color: #F358CE;
}
.BgClassName
{
background-color: #F358CE;
}
</style>
border-color css
<style>
span { border-color: #F358CE; }
span { border-color: rgb(243,88,206); }
td.TdClassName
{
border-color: #F358CE;
}
.TagClassName
{
border-color: #F358CE;
}
</style>