Html Css Color HEX #F64DDF Free Speech Magenta
📋 copy color: '#F64DDF'red 246 ◦ green 77 ◦ blue 223
Shades of Free Speech Magenta #F64DDF
Tints of Free Speech Magenta #F64DDF
RGB
CMYK
RGB Variations
Color information
#F64DDF (or 0xF64DDF) is known color: Free Speech Magenta. HEX triplet: F6, 4D and DF. RGB value is (246,77,223). Sum of RGB (Red+Green+Blue) = 246+77+223=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 77 (30.47% from 255 or 14.10% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DDF is #09B220. Grayscale: #8F8F8F. Windows color (decimal): -635425 or 14634486. OLE color: 14634486.
HSL color Cylindrical-coordinate representation of color #F64DDF: hue angle of 308.17º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64DDF is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 223 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.04 |
| HSL | 308.17º | 0.9% | 0.63% | - |
| HSV(B) | 308.17º | 0.69% | 0.96% | - |
| XYZ | 53.98 | 30.23 | 72.8 | - |
| YUV | 144.18 | 172.49 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 223 | 0 | 0.69 | 0.09 | 0.04 | 308.17 | 0.9 | 0.63 |
| Hex | F6 | 4D | DF | 0 | 45 | 9 | 4 | 134 | 5A | 3F |
| Octal | 366 | 115 | 337 | 0 | 105 | 11 | 4 | 464 | 132 | 77 |
| Binary | 11110110 | 1001101 | 11011111 | 0 | 1000101 | 1001 | 100 | 100110100 | 1011010 | 111111 |
Color Harmonies of #F64DDF
Complementary color
Monochromatic Colors of #F64DDF
Black with #F64DDF
Text Example
Text Example
White with #F64DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64DDF; }
p { color: rgb(246,77,223); }
H1.HeaderClassName
{
color: #F64DDF;
}
.AnyTagClassName
{
color: #F64DDF;
}
</style>
background-color css
<style>
a { background-color: #F64DDF; }
a { background-color: rgb(246,77,223); }
div.DivClassName
{
background-color: #F64DDF;
}
.BgClassName
{
background-color: #F64DDF;
}
</style>
border-color css
<style>
span { border-color: #F64DDF; }
span { border-color: rgb(246,77,223); }
td.TdClassName
{
border-color: #F64DDF;
}
.TagClassName
{
border-color: #F64DDF;
}
</style>