Html Css Color HEX #F65EDF Free Speech Magenta
📋 copy color: '#F65EDF'red 246 ◦ green 94 ◦ blue 223
Shades of Free Speech Magenta #F65EDF
Tints of Free Speech Magenta #F65EDF
RGB
CMYK
RGB Variations
Color information
#F65EDF (or 0xF65EDF) is known color: Free Speech Magenta. HEX triplet: F6, 5E and DF. RGB value is (246,94,223). Sum of RGB (Red+Green+Blue) = 246+94+223=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 94 (37.11% from 255 or 16.70% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F65EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65EDF is #09A120. Grayscale: #999999. Windows color (decimal): -631073 or 14638838. OLE color: 14638838.
HSL color Cylindrical-coordinate representation of color #F65EDF: hue angle of 309.08º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65EDF is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 94 | 223 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.04 |
| HSL | 309.08º | 0.89% | 0.67% | - |
| HSV(B) | 309.08º | 0.62% | 0.96% | - |
| XYZ | 55.33 | 32.93 | 73.25 | - |
| YUV | 154.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 94 | 223 | 0 | 0.62 | 0.09 | 0.04 | 309.08 | 0.89 | 0.67 |
| Hex | F6 | 5E | DF | 0 | 3E | 9 | 4 | 135 | 59 | 43 |
| Octal | 366 | 136 | 337 | 0 | 76 | 11 | 4 | 465 | 131 | 103 |
| Binary | 11110110 | 1011110 | 11011111 | 0 | 111110 | 1001 | 100 | 100110101 | 1011001 | 1000011 |
Color Harmonies of #F65EDF
Complementary color
Monochromatic Colors of #F65EDF
Black with #F65EDF
Text Example
Text Example
White with #F65EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65EDF; }
p { color: rgb(246,94,223); }
H1.HeaderClassName
{
color: #F65EDF;
}
.AnyTagClassName
{
color: #F65EDF;
}
</style>
background-color css
<style>
a { background-color: #F65EDF; }
a { background-color: rgb(246,94,223); }
div.DivClassName
{
background-color: #F65EDF;
}
.BgClassName
{
background-color: #F65EDF;
}
</style>
border-color css
<style>
span { border-color: #F65EDF; }
span { border-color: rgb(246,94,223); }
td.TdClassName
{
border-color: #F65EDF;
}
.TagClassName
{
border-color: #F65EDF;
}
</style>