Html Css Color HEX #F560D3 Free Speech Magenta
📋 copy color: '#F560D3'red 245 ◦ green 96 ◦ blue 211
Shades of Free Speech Magenta #F560D3
Tints of Free Speech Magenta #F560D3
RGB
CMYK
RGB Variations
Color information
#F560D3 (or 0xF560D3) is known color: Free Speech Magenta. HEX triplet: F5, 60 and D3. RGB value is (245,96,211). Sum of RGB (Red+Green+Blue) = 245+96+211=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 96 (37.89% from 255 or 17.39% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F560D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F560D3 is #0A9F2C. Grayscale: #999999. Windows color (decimal): -696109 or 13852917. OLE color: 13852917.
HSL color Cylindrical-coordinate representation of color #F560D3: hue angle of 313.69º 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 #F560D3 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 211 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.04 |
| HSL | 313.69º | 0.88% | 0.67% | - |
| HSV(B) | 313.69º | 0.61% | 0.96% | - |
| XYZ | 53.6 | 32.48 | 65.07 | - |
| YUV | 153.66 | 160.36 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 211 | 0 | 0.61 | 0.14 | 0.04 | 313.69 | 0.88 | 0.67 |
| Hex | F5 | 60 | D3 | 0 | 3D | E | 4 | 13A | 58 | 43 |
| Octal | 365 | 140 | 323 | 0 | 75 | 16 | 4 | 472 | 130 | 103 |
| Binary | 11110101 | 1100000 | 11010011 | 0 | 111101 | 1110 | 100 | 100111010 | 1011000 | 1000011 |
Color Harmonies of #F560D3
Complementary color
Monochromatic Colors of #F560D3
Black with #F560D3
Text Example
Text Example
White with #F560D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F560D3; }
p { color: rgb(245,96,211); }
H1.HeaderClassName
{
color: #F560D3;
}
.AnyTagClassName
{
color: #F560D3;
}
</style>
background-color css
<style>
a { background-color: #F560D3; }
a { background-color: rgb(245,96,211); }
div.DivClassName
{
background-color: #F560D3;
}
.BgClassName
{
background-color: #F560D3;
}
</style>
border-color css
<style>
span { border-color: #F560D3; }
span { border-color: rgb(245,96,211); }
td.TdClassName
{
border-color: #F560D3;
}
.TagClassName
{
border-color: #F560D3;
}
</style>