Html Css Color HEX #F565DF Free Speech Magenta
📋 copy color: '#F565DF'red 245 ◦ green 101 ◦ blue 223
Shades of Free Speech Magenta #F565DF
Tints of Free Speech Magenta #F565DF
RGB
CMYK
RGB Variations
Color information
#F565DF (or 0xF565DF) is known color: Free Speech Magenta. HEX triplet: F5, 65 and DF. RGB value is (245,101,223). Sum of RGB (Red+Green+Blue) = 245+101+223=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 101 (39.84% from 255 or 17.75% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F565DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F565DF is #0A9A20. Grayscale: #9D9D9D. Windows color (decimal): -694817 or 14640629. OLE color: 14640629.
HSL color Cylindrical-coordinate representation of color #F565DF: hue angle of 309.17º 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 #F565DF is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 223 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.04 |
| HSL | 309.17º | 0.88% | 0.68% | - |
| HSV(B) | 309.17º | 0.59% | 0.96% | - |
| XYZ | 55.63 | 34.05 | 73.45 | - |
| YUV | 157.96 | 164.71 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 223 | 0 | 0.59 | 0.09 | 0.04 | 309.17 | 0.88 | 0.68 |
| Hex | F5 | 65 | DF | 0 | 3B | 9 | 4 | 135 | 58 | 44 |
| Octal | 365 | 145 | 337 | 0 | 73 | 11 | 4 | 465 | 130 | 104 |
| Binary | 11110101 | 1100101 | 11011111 | 0 | 111011 | 1001 | 100 | 100110101 | 1011000 | 1000100 |
Color Harmonies of #F565DF
Complementary color
Monochromatic Colors of #F565DF
Black with #F565DF
Text Example
Text Example
White with #F565DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F565DF; }
p { color: rgb(245,101,223); }
H1.HeaderClassName
{
color: #F565DF;
}
.AnyTagClassName
{
color: #F565DF;
}
</style>
background-color css
<style>
a { background-color: #F565DF; }
a { background-color: rgb(245,101,223); }
div.DivClassName
{
background-color: #F565DF;
}
.BgClassName
{
background-color: #F565DF;
}
</style>
border-color css
<style>
span { border-color: #F565DF; }
span { border-color: rgb(245,101,223); }
td.TdClassName
{
border-color: #F565DF;
}
.TagClassName
{
border-color: #F565DF;
}
</style>