Html Css Color HEX #F655DF Free Speech Magenta
📋 copy color: '#F655DF'red 246 ◦ green 85 ◦ blue 223
Shades of Free Speech Magenta #F655DF
Tints of Free Speech Magenta #F655DF
RGB
CMYK
RGB Variations
Color information
#F655DF (or 0xF655DF) is known color: Free Speech Magenta. HEX triplet: F6, 55 and DF. RGB value is (246,85,223). Sum of RGB (Red+Green+Blue) = 246+85+223=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 85 (33.59% from 255 or 15.34% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F655DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F655DF is #09AA20. Grayscale: #949494. Windows color (decimal): -633377 or 14636534. OLE color: 14636534.
HSL color Cylindrical-coordinate representation of color #F655DF: hue angle of 308.57º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F655DF is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 223 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.04 |
| HSL | 308.57º | 0.9% | 0.65% | - |
| HSV(B) | 308.57º | 0.65% | 0.96% | - |
| XYZ | 54.57 | 31.42 | 73 | - |
| YUV | 148.87 | 169.84 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 223 | 0 | 0.65 | 0.09 | 0.04 | 308.57 | 0.9 | 0.65 |
| Hex | F6 | 55 | DF | 0 | 41 | 9 | 4 | 135 | 5A | 41 |
| Octal | 366 | 125 | 337 | 0 | 101 | 11 | 4 | 465 | 132 | 101 |
| Binary | 11110110 | 1010101 | 11011111 | 0 | 1000001 | 1001 | 100 | 100110101 | 1011010 | 1000001 |
Color Harmonies of #F655DF
Complementary color
Monochromatic Colors of #F655DF
Black with #F655DF
Text Example
Text Example
White with #F655DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655DF; }
p { color: rgb(246,85,223); }
H1.HeaderClassName
{
color: #F655DF;
}
.AnyTagClassName
{
color: #F655DF;
}
</style>
background-color css
<style>
a { background-color: #F655DF; }
a { background-color: rgb(246,85,223); }
div.DivClassName
{
background-color: #F655DF;
}
.BgClassName
{
background-color: #F655DF;
}
</style>
border-color css
<style>
span { border-color: #F655DF; }
span { border-color: rgb(246,85,223); }
td.TdClassName
{
border-color: #F655DF;
}
.TagClassName
{
border-color: #F655DF;
}
</style>