Html Css Color HEX #F355CE Free Speech Magenta
📋 copy color: '#F355CE'red 243 ◦ green 85 ◦ blue 206
Shades of Free Speech Magenta #F355CE
Tints of Free Speech Magenta #F355CE
RGB
CMYK
RGB Variations
Color information
#F355CE (or 0xF355CE) is known color: Free Speech Magenta. HEX triplet: F3, 55 and CE. RGB value is (243,85,206). Sum of RGB (Red+Green+Blue) = 243+85+206=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 85 (33.59% from 255 or 15.92% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F355CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F355CE is #0CAA31. Grayscale: #919191. Windows color (decimal): -830002 or 13522419. OLE color: 13522419.
HSL color Cylindrical-coordinate representation of color #F355CE: hue angle of 314.05º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F355CE is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 85 | 206 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.05 |
| HSL | 314.05º | 0.87% | 0.64% | - |
| HSV(B) | 314.05º | 0.65% | 0.95% | - |
| XYZ | 51.35 | 30.01 | 61.48 | - |
| YUV | 146.04 | 161.85 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 206 | 0 | 0.65 | 0.15 | 0.05 | 314.05 | 0.87 | 0.64 |
| Hex | F3 | 55 | CE | 0 | 41 | F | 5 | 13A | 57 | 40 |
| Octal | 363 | 125 | 316 | 0 | 101 | 17 | 5 | 472 | 127 | 100 |
| Binary | 11110011 | 1010101 | 11001110 | 0 | 1000001 | 1111 | 101 | 100111010 | 1010111 | 1000000 |
Color Harmonies of #F355CE
Complementary color
Monochromatic Colors of #F355CE
Black with #F355CE
Text Example
Text Example
White with #F355CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F355CE; }
p { color: rgb(243,85,206); }
H1.HeaderClassName
{
color: #F355CE;
}
.AnyTagClassName
{
color: #F355CE;
}
</style>
background-color css
<style>
a { background-color: #F355CE; }
a { background-color: rgb(243,85,206); }
div.DivClassName
{
background-color: #F355CE;
}
.BgClassName
{
background-color: #F355CE;
}
</style>
border-color css
<style>
span { border-color: #F355CE; }
span { border-color: rgb(243,85,206); }
td.TdClassName
{
border-color: #F355CE;
}
.TagClassName
{
border-color: #F355CE;
}
</style>