Html Css Color HEX #F564DC Free Speech Magenta
📋 copy color: '#F564DC'red 245 ◦ green 100 ◦ blue 220
Shades of Free Speech Magenta #F564DC
Tints of Free Speech Magenta #F564DC
RGB
CMYK
RGB Variations
Color information
#F564DC (or 0xF564DC) is known color: Free Speech Magenta. HEX triplet: F5, 64 and DC. RGB value is (245,100,220). Sum of RGB (Red+Green+Blue) = 245+100+220=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 100 (39.45% from 255 or 17.70% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F564DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F564DC is #0A9B23. Grayscale: #9C9C9C. Windows color (decimal): -695076 or 14443765. OLE color: 14443765.
HSL color Cylindrical-coordinate representation of color #F564DC: hue angle of 310.34º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F564DC is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 220 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.04 |
| HSL | 310.34º | 0.88% | 0.68% | - |
| HSV(B) | 310.34º | 0.59% | 0.96% | - |
| XYZ | 55.13 | 33.69 | 71.31 | - |
| YUV | 157.04 | 163.54 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 220 | 0 | 0.59 | 0.10 | 0.04 | 310.34 | 0.88 | 0.68 |
| Hex | F5 | 64 | DC | 0 | 3B | A | 4 | 136 | 58 | 44 |
| Octal | 365 | 144 | 334 | 0 | 73 | 12 | 4 | 466 | 130 | 104 |
| Binary | 11110101 | 1100100 | 11011100 | 0 | 111011 | 1010 | 100 | 100110110 | 1011000 | 1000100 |
Color Harmonies of #F564DC
Complementary color
Monochromatic Colors of #F564DC
Black with #F564DC
Text Example
Text Example
White with #F564DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F564DC; }
p { color: rgb(245,100,220); }
H1.HeaderClassName
{
color: #F564DC;
}
.AnyTagClassName
{
color: #F564DC;
}
</style>
background-color css
<style>
a { background-color: #F564DC; }
a { background-color: rgb(245,100,220); }
div.DivClassName
{
background-color: #F564DC;
}
.BgClassName
{
background-color: #F564DC;
}
</style>
border-color css
<style>
span { border-color: #F564DC; }
span { border-color: rgb(245,100,220); }
td.TdClassName
{
border-color: #F564DC;
}
.TagClassName
{
border-color: #F564DC;
}
</style>