Html Css Color HEX #F560DB Free Speech Magenta
📋 copy color: '#F560DB'red 245 ◦ green 96 ◦ blue 219
Shades of Free Speech Magenta #F560DB
Tints of Free Speech Magenta #F560DB
RGB
CMYK
RGB Variations
Color information
#F560DB (or 0xF560DB) is known color: Free Speech Magenta. HEX triplet: F5, 60 and DB. RGB value is (245,96,219). Sum of RGB (Red+Green+Blue) = 245+96+219=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 96 (37.89% from 255 or 17.14% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F560DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F560DB is #0A9F24. Grayscale: #9A9A9A. Windows color (decimal): -696101 or 14377205. OLE color: 14377205.
HSL color Cylindrical-coordinate representation of color #F560DB: hue angle of 310.47º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F560DB is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 219 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.04 |
| HSL | 310.47º | 0.88% | 0.67% | - |
| HSV(B) | 310.47º | 0.61% | 0.96% | - |
| XYZ | 54.63 | 32.89 | 70.49 | - |
| YUV | 154.57 | 164.36 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 219 | 0 | 0.61 | 0.11 | 0.04 | 310.47 | 0.88 | 0.67 |
| Hex | F5 | 60 | DB | 0 | 3D | B | 4 | 136 | 58 | 43 |
| Octal | 365 | 140 | 333 | 0 | 75 | 13 | 4 | 466 | 130 | 103 |
| Binary | 11110101 | 1100000 | 11011011 | 0 | 111101 | 1011 | 100 | 100110110 | 1011000 | 1000011 |
Color Harmonies of #F560DB
Complementary color
Monochromatic Colors of #F560DB
Black with #F560DB
Text Example
Text Example
White with #F560DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F560DB; }
p { color: rgb(245,96,219); }
H1.HeaderClassName
{
color: #F560DB;
}
.AnyTagClassName
{
color: #F560DB;
}
</style>
background-color css
<style>
a { background-color: #F560DB; }
a { background-color: rgb(245,96,219); }
div.DivClassName
{
background-color: #F560DB;
}
.BgClassName
{
background-color: #F560DB;
}
</style>
border-color css
<style>
span { border-color: #F560DB; }
span { border-color: rgb(245,96,219); }
td.TdClassName
{
border-color: #F560DB;
}
.TagClassName
{
border-color: #F560DB;
}
</style>