Html Css Color HEX #F64DDC Free Speech Magenta
📋 copy color: '#F64DDC'red 246 ◦ green 77 ◦ blue 220
Shades of Free Speech Magenta #F64DDC
Tints of Free Speech Magenta #F64DDC
RGB
CMYK
RGB Variations
Color information
#F64DDC (or 0xF64DDC) is known color: Free Speech Magenta. HEX triplet: F6, 4D and DC. RGB value is (246,77,220). Sum of RGB (Red+Green+Blue) = 246+77+220=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 77 (30.47% from 255 or 14.18% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DDC is #09B223. Grayscale: #8F8F8F. Windows color (decimal): -635428 or 14437878. OLE color: 14437878.
HSL color Cylindrical-coordinate representation of color #F64DDC: hue angle of 309.23º 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 #F64DDC is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 220 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.04 |
| HSL | 309.23º | 0.9% | 0.63% | - |
| HSV(B) | 309.23º | 0.69% | 0.96% | - |
| XYZ | 53.58 | 30.07 | 70.69 | - |
| YUV | 143.83 | 170.99 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 220 | 0 | 0.69 | 0.11 | 0.04 | 309.23 | 0.9 | 0.63 |
| Hex | F6 | 4D | DC | 0 | 45 | B | 4 | 135 | 5A | 3F |
| Octal | 366 | 115 | 334 | 0 | 105 | 13 | 4 | 465 | 132 | 77 |
| Binary | 11110110 | 1001101 | 11011100 | 0 | 1000101 | 1011 | 100 | 100110101 | 1011010 | 111111 |
Color Harmonies of #F64DDC
Complementary color
Monochromatic Colors of #F64DDC
Black with #F64DDC
Text Example
Text Example
White with #F64DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64DDC; }
p { color: rgb(246,77,220); }
H1.HeaderClassName
{
color: #F64DDC;
}
.AnyTagClassName
{
color: #F64DDC;
}
</style>
background-color css
<style>
a { background-color: #F64DDC; }
a { background-color: rgb(246,77,220); }
div.DivClassName
{
background-color: #F64DDC;
}
.BgClassName
{
background-color: #F64DDC;
}
</style>
border-color css
<style>
span { border-color: #F64DDC; }
span { border-color: rgb(246,77,220); }
td.TdClassName
{
border-color: #F64DDC;
}
.TagClassName
{
border-color: #F64DDC;
}
</style>