Html Css Color HEX #F356DF Free Speech Magenta
📋 copy color: '#F356DF'red 243 ◦ green 86 ◦ blue 223
Shades of Free Speech Magenta #F356DF
Tints of Free Speech Magenta #F356DF
RGB
CMYK
RGB Variations
Color information
#F356DF (or 0xF356DF) is known color: Free Speech Magenta. HEX triplet: F3, 56 and DF. RGB value is (243,86,223). Sum of RGB (Red+Green+Blue) = 243+86+223=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 86 (33.98% from 255 or 15.58% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F356DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F356DF is #0CA920. Grayscale: #949494. Windows color (decimal): -829729 or 14636787. OLE color: 14636787.
HSL color Cylindrical-coordinate representation of color #F356DF: hue angle of 307.64º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F356DF is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 86 | 223 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.05 |
| HSL | 307.64º | 0.87% | 0.65% | - |
| HSV(B) | 307.64º | 0.65% | 0.95% | - |
| XYZ | 53.61 | 31.04 | 72.98 | - |
| YUV | 148.56 | 170.01 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 86 | 223 | 0 | 0.65 | 0.08 | 0.05 | 307.64 | 0.87 | 0.65 |
| Hex | F3 | 56 | DF | 0 | 41 | 8 | 5 | 134 | 57 | 41 |
| Octal | 363 | 126 | 337 | 0 | 101 | 10 | 5 | 464 | 127 | 101 |
| Binary | 11110011 | 1010110 | 11011111 | 0 | 1000001 | 1000 | 101 | 100110100 | 1010111 | 1000001 |
Color Harmonies of #F356DF
Complementary color
Monochromatic Colors of #F356DF
Black with #F356DF
Text Example
Text Example
White with #F356DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F356DF; }
p { color: rgb(243,86,223); }
H1.HeaderClassName
{
color: #F356DF;
}
.AnyTagClassName
{
color: #F356DF;
}
</style>
background-color css
<style>
a { background-color: #F356DF; }
a { background-color: rgb(243,86,223); }
div.DivClassName
{
background-color: #F356DF;
}
.BgClassName
{
background-color: #F356DF;
}
</style>
border-color css
<style>
span { border-color: #F356DF; }
span { border-color: rgb(243,86,223); }
td.TdClassName
{
border-color: #F356DF;
}
.TagClassName
{
border-color: #F356DF;
}
</style>