Html Css Color HEX #F64FCD Free Speech Magenta
📋 copy color: '#F64FCD'red 246 ◦ green 79 ◦ blue 205
Shades of Free Speech Magenta #F64FCD
Tints of Free Speech Magenta #F64FCD
RGB
CMYK
RGB Variations
Color information
#F64FCD (or 0xF64FCD) is known color: Free Speech Magenta. HEX triplet: F6, 4F and CD. RGB value is (246,79,205). Sum of RGB (Red+Green+Blue) = 246+79+205=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 79 (31.25% from 255 or 14.91% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64FCD is #09B032. Grayscale: #8E8E8E. Windows color (decimal): -634931 or 13455350. OLE color: 13455350.
HSL color Cylindrical-coordinate representation of color #F64FCD: hue angle of 314.73º 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 #F64FCD is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 205 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.04 |
| HSL | 314.73º | 0.9% | 0.64% | - |
| HSV(B) | 314.73º | 0.68% | 0.96% | - |
| XYZ | 51.82 | 29.59 | 60.74 | - |
| YUV | 143.3 | 162.83 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 205 | 0 | 0.68 | 0.17 | 0.04 | 314.73 | 0.9 | 0.64 |
| Hex | F6 | 4F | CD | 0 | 44 | 11 | 4 | 13B | 5A | 40 |
| Octal | 366 | 117 | 315 | 0 | 104 | 21 | 4 | 473 | 132 | 100 |
| Binary | 11110110 | 1001111 | 11001101 | 0 | 1000100 | 10001 | 100 | 100111011 | 1011010 | 1000000 |
Color Harmonies of #F64FCD
Complementary color
Monochromatic Colors of #F64FCD
Black with #F64FCD
Text Example
Text Example
White with #F64FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64FCD; }
p { color: rgb(246,79,205); }
H1.HeaderClassName
{
color: #F64FCD;
}
.AnyTagClassName
{
color: #F64FCD;
}
</style>
background-color css
<style>
a { background-color: #F64FCD; }
a { background-color: rgb(246,79,205); }
div.DivClassName
{
background-color: #F64FCD;
}
.BgClassName
{
background-color: #F64FCD;
}
</style>
border-color css
<style>
span { border-color: #F64FCD; }
span { border-color: rgb(246,79,205); }
td.TdClassName
{
border-color: #F64FCD;
}
.TagClassName
{
border-color: #F64FCD;
}
</style>