Html Css Color HEX #F355CF Free Speech Magenta
📋 copy color: '#F355CF'red 243 ◦ green 85 ◦ blue 207
Shades of Free Speech Magenta #F355CF
Tints of Free Speech Magenta #F355CF
RGB
CMYK
RGB Variations
Color information
#F355CF (or 0xF355CF) is known color: Free Speech Magenta. HEX triplet: F3, 55 and CF. RGB value is (243,85,207). Sum of RGB (Red+Green+Blue) = 243+85+207=535 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.42% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 243 - color contains mainly: red. Hex color #F355CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F355CF is #0CAA30. Grayscale: #919191. Windows color (decimal): -830001 or 13587955. OLE color: 13587955.
HSL color Cylindrical-coordinate representation of color #F355CF: hue angle of 313.67º 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 #F355CF is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 85 | 207 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.05 |
| HSL | 313.67º | 0.87% | 0.64% | - |
| HSV(B) | 313.67º | 0.65% | 0.95% | - |
| XYZ | 51.47 | 30.06 | 62.12 | - |
| YUV | 146.15 | 162.35 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 207 | 0 | 0.65 | 0.15 | 0.05 | 313.67 | 0.87 | 0.64 |
| Hex | F3 | 55 | CF | 0 | 41 | F | 5 | 13A | 57 | 40 |
| Octal | 363 | 125 | 317 | 0 | 101 | 17 | 5 | 472 | 127 | 100 |
| Binary | 11110011 | 1010101 | 11001111 | 0 | 1000001 | 1111 | 101 | 100111010 | 1010111 | 1000000 |
Color Harmonies of #F355CF
Complementary color
Monochromatic Colors of #F355CF
Black with #F355CF
Text Example
Text Example
White with #F355CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F355CF; }
p { color: rgb(243,85,207); }
H1.HeaderClassName
{
color: #F355CF;
}
.AnyTagClassName
{
color: #F355CF;
}
</style>
background-color css
<style>
a { background-color: #F355CF; }
a { background-color: rgb(243,85,207); }
div.DivClassName
{
background-color: #F355CF;
}
.BgClassName
{
background-color: #F355CF;
}
</style>
border-color css
<style>
span { border-color: #F355CF; }
span { border-color: rgb(243,85,207); }
td.TdClassName
{
border-color: #F355CF;
}
.TagClassName
{
border-color: #F355CF;
}
</style>