Html Css Color HEX #F64FDD Free Speech Magenta
📋 copy color: '#F64FDD'red 246 ◦ green 79 ◦ blue 221
Shades of Free Speech Magenta #F64FDD
Tints of Free Speech Magenta #F64FDD
RGB
CMYK
RGB Variations
Color information
#F64FDD (or 0xF64FDD) is known color: Free Speech Magenta. HEX triplet: F6, 4F and DD. RGB value is (246,79,221). Sum of RGB (Red+Green+Blue) = 246+79+221=546 (72% of max value = 765). Red value is 246 (96.48% from 255 or 45.05% from 546); Green value is 79 (31.25% from 255 or 14.47% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64FDD is #09B022. Grayscale: #909090. Windows color (decimal): -634915 or 14503926. OLE color: 14503926.
HSL color Cylindrical-coordinate representation of color #F64FDD: hue angle of 308.98º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64FDD is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 221 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.04 |
| HSL | 308.98º | 0.9% | 0.64% | - |
| HSV(B) | 308.98º | 0.68% | 0.96% | - |
| XYZ | 53.85 | 30.41 | 71.44 | - |
| YUV | 145.12 | 170.83 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 221 | 0 | 0.68 | 0.10 | 0.04 | 308.98 | 0.9 | 0.64 |
| Hex | F6 | 4F | DD | 0 | 44 | A | 4 | 135 | 5A | 40 |
| Octal | 366 | 117 | 335 | 0 | 104 | 12 | 4 | 465 | 132 | 100 |
| Binary | 11110110 | 1001111 | 11011101 | 0 | 1000100 | 1010 | 100 | 100110101 | 1011010 | 1000000 |
Color Harmonies of #F64FDD
Complementary color
Monochromatic Colors of #F64FDD
Black with #F64FDD
Text Example
Text Example
White with #F64FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64FDD; }
p { color: rgb(246,79,221); }
H1.HeaderClassName
{
color: #F64FDD;
}
.AnyTagClassName
{
color: #F64FDD;
}
</style>
background-color css
<style>
a { background-color: #F64FDD; }
a { background-color: rgb(246,79,221); }
div.DivClassName
{
background-color: #F64FDD;
}
.BgClassName
{
background-color: #F64FDD;
}
</style>
border-color css
<style>
span { border-color: #F64FDD; }
span { border-color: rgb(246,79,221); }
td.TdClassName
{
border-color: #F64FDD;
}
.TagClassName
{
border-color: #F64FDD;
}
</style>