Html Css Color HEX #F64DDD Free Speech Magenta
📋 copy color: '#F64DDD'red 246 ◦ green 77 ◦ blue 221
Shades of Free Speech Magenta #F64DDD
Tints of Free Speech Magenta #F64DDD
RGB
CMYK
RGB Variations
Color information
#F64DDD (or 0xF64DDD) is known color: Free Speech Magenta. HEX triplet: F6, 4D and DD. RGB value is (246,77,221). Sum of RGB (Red+Green+Blue) = 246+77+221=544 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.22% from 544); Green value is 77 (30.47% from 255 or 14.15% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DDD is #09B222. Grayscale: #8F8F8F. Windows color (decimal): -635427 or 14503414. OLE color: 14503414.
HSL color Cylindrical-coordinate representation of color #F64DDD: hue angle of 308.88º 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 #F64DDD is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 221 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.04 |
| HSL | 308.88º | 0.9% | 0.63% | - |
| HSV(B) | 308.88º | 0.69% | 0.96% | - |
| XYZ | 53.71 | 30.12 | 71.39 | - |
| YUV | 143.95 | 171.49 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 221 | 0 | 0.69 | 0.10 | 0.04 | 308.88 | 0.9 | 0.63 |
| Hex | F6 | 4D | DD | 0 | 45 | A | 4 | 135 | 5A | 3F |
| Octal | 366 | 115 | 335 | 0 | 105 | 12 | 4 | 465 | 132 | 77 |
| Binary | 11110110 | 1001101 | 11011101 | 0 | 1000101 | 1010 | 100 | 100110101 | 1011010 | 111111 |
Color Harmonies of #F64DDD
Complementary color
Monochromatic Colors of #F64DDD
Black with #F64DDD
Text Example
Text Example
White with #F64DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64DDD; }
p { color: rgb(246,77,221); }
H1.HeaderClassName
{
color: #F64DDD;
}
.AnyTagClassName
{
color: #F64DDD;
}
</style>
background-color css
<style>
a { background-color: #F64DDD; }
a { background-color: rgb(246,77,221); }
div.DivClassName
{
background-color: #F64DDD;
}
.BgClassName
{
background-color: #F64DDD;
}
</style>
border-color css
<style>
span { border-color: #F64DDD; }
span { border-color: rgb(246,77,221); }
td.TdClassName
{
border-color: #F64DDD;
}
.TagClassName
{
border-color: #F64DDD;
}
</style>