Html Css Color HEX #F560D5 Free Speech Magenta
📋 copy color: '#F560D5'red 245 ◦ green 96 ◦ blue 213
Shades of Free Speech Magenta #F560D5
Tints of Free Speech Magenta #F560D5
RGB
CMYK
RGB Variations
Color information
#F560D5 (or 0xF560D5) is known color: Free Speech Magenta. HEX triplet: F5, 60 and D5. RGB value is (245,96,213). Sum of RGB (Red+Green+Blue) = 245+96+213=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 213 (83.59% from 255 or 38.45% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F560D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F560D5 is #0A9F2A. Grayscale: #999999. Windows color (decimal): -696107 or 13983989. OLE color: 13983989.
HSL color Cylindrical-coordinate representation of color #F560D5: hue angle of 312.89º 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 #F560D5 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 213 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.04 |
| HSL | 312.89º | 0.88% | 0.67% | - |
| HSV(B) | 312.89º | 0.61% | 0.96% | - |
| XYZ | 53.85 | 32.58 | 66.4 | - |
| YUV | 153.89 | 161.36 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 213 | 0 | 0.61 | 0.13 | 0.04 | 312.89 | 0.88 | 0.67 |
| Hex | F5 | 60 | D5 | 0 | 3D | D | 4 | 139 | 58 | 43 |
| Octal | 365 | 140 | 325 | 0 | 75 | 15 | 4 | 471 | 130 | 103 |
| Binary | 11110101 | 1100000 | 11010101 | 0 | 111101 | 1101 | 100 | 100111001 | 1011000 | 1000011 |
Color Harmonies of #F560D5
Complementary color
Monochromatic Colors of #F560D5
Black with #F560D5
Text Example
Text Example
White with #F560D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F560D5; }
p { color: rgb(245,96,213); }
H1.HeaderClassName
{
color: #F560D5;
}
.AnyTagClassName
{
color: #F560D5;
}
</style>
background-color css
<style>
a { background-color: #F560D5; }
a { background-color: rgb(245,96,213); }
div.DivClassName
{
background-color: #F560D5;
}
.BgClassName
{
background-color: #F560D5;
}
</style>
border-color css
<style>
span { border-color: #F560D5; }
span { border-color: rgb(245,96,213); }
td.TdClassName
{
border-color: #F560D5;
}
.TagClassName
{
border-color: #F560D5;
}
</style>