Html Css Color HEX #F564DB Free Speech Magenta
📋 copy color: '#F564DB'red 245 ◦ green 100 ◦ blue 219
Shades of Free Speech Magenta #F564DB
Tints of Free Speech Magenta #F564DB
RGB
CMYK
RGB Variations
Color information
#F564DB (or 0xF564DB) is known color: Free Speech Magenta. HEX triplet: F5, 64 and DB. RGB value is (245,100,219). Sum of RGB (Red+Green+Blue) = 245+100+219=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 100 (39.45% from 255 or 17.73% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F564DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F564DB is #0A9B24. Grayscale: #9C9C9C. Windows color (decimal): -695077 or 14378229. OLE color: 14378229.
HSL color Cylindrical-coordinate representation of color #F564DB: hue angle of 310.76º 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 #F564DB is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 219 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.04 |
| HSL | 310.76º | 0.88% | 0.68% | - |
| HSV(B) | 310.76º | 0.59% | 0.96% | - |
| XYZ | 55 | 33.64 | 70.61 | - |
| YUV | 156.92 | 163.04 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 219 | 0 | 0.59 | 0.11 | 0.04 | 310.76 | 0.88 | 0.68 |
| Hex | F5 | 64 | DB | 0 | 3B | B | 4 | 137 | 58 | 44 |
| Octal | 365 | 144 | 333 | 0 | 73 | 13 | 4 | 467 | 130 | 104 |
| Binary | 11110101 | 1100100 | 11011011 | 0 | 111011 | 1011 | 100 | 100110111 | 1011000 | 1000100 |
Color Harmonies of #F564DB
Complementary color
Monochromatic Colors of #F564DB
Black with #F564DB
Text Example
Text Example
White with #F564DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F564DB; }
p { color: rgb(245,100,219); }
H1.HeaderClassName
{
color: #F564DB;
}
.AnyTagClassName
{
color: #F564DB;
}
</style>
background-color css
<style>
a { background-color: #F564DB; }
a { background-color: rgb(245,100,219); }
div.DivClassName
{
background-color: #F564DB;
}
.BgClassName
{
background-color: #F564DB;
}
</style>
border-color css
<style>
span { border-color: #F564DB; }
span { border-color: rgb(245,100,219); }
td.TdClassName
{
border-color: #F564DB;
}
.TagClassName
{
border-color: #F564DB;
}
</style>