Html Css Color HEX #F660DF Free Speech Magenta
📋 copy color: '#F660DF'red 246 ◦ green 96 ◦ blue 223
Shades of Free Speech Magenta #F660DF
Tints of Free Speech Magenta #F660DF
RGB
CMYK
RGB Variations
Color information
#F660DF (or 0xF660DF) is known color: Free Speech Magenta. HEX triplet: F6, 60 and DF. RGB value is (246,96,223). Sum of RGB (Red+Green+Blue) = 246+96+223=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 96 (37.89% from 255 or 16.99% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F660DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F660DF is #099F20. Grayscale: #9A9A9A. Windows color (decimal): -630561 or 14639350. OLE color: 14639350.
HSL color Cylindrical-coordinate representation of color #F660DF: hue angle of 309.2º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F660DF is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 96 | 223 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.04 |
| HSL | 309.2º | 0.89% | 0.67% | - |
| HSV(B) | 309.2º | 0.61% | 0.96% | - |
| XYZ | 55.51 | 33.29 | 73.31 | - |
| YUV | 155.33 | 166.2 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 96 | 223 | 0 | 0.61 | 0.09 | 0.04 | 309.2 | 0.89 | 0.67 |
| Hex | F6 | 60 | DF | 0 | 3D | 9 | 4 | 135 | 59 | 43 |
| Octal | 366 | 140 | 337 | 0 | 75 | 11 | 4 | 465 | 131 | 103 |
| Binary | 11110110 | 1100000 | 11011111 | 0 | 111101 | 1001 | 100 | 100110101 | 1011001 | 1000011 |
Color Harmonies of #F660DF
Complementary color
Monochromatic Colors of #F660DF
Black with #F660DF
Text Example
Text Example
White with #F660DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F660DF; }
p { color: rgb(246,96,223); }
H1.HeaderClassName
{
color: #F660DF;
}
.AnyTagClassName
{
color: #F660DF;
}
</style>
background-color css
<style>
a { background-color: #F660DF; }
a { background-color: rgb(246,96,223); }
div.DivClassName
{
background-color: #F660DF;
}
.BgClassName
{
background-color: #F660DF;
}
</style>
border-color css
<style>
span { border-color: #F660DF; }
span { border-color: rgb(246,96,223); }
td.TdClassName
{
border-color: #F660DF;
}
.TagClassName
{
border-color: #F660DF;
}
</style>