Html Css Color HEX #F566DF Free Speech Magenta
📋 copy color: '#F566DF'red 245 ◦ green 102 ◦ blue 223
Shades of Free Speech Magenta #F566DF
Tints of Free Speech Magenta #F566DF
RGB
CMYK
RGB Variations
Color information
#F566DF (or 0xF566DF) is known color: Free Speech Magenta. HEX triplet: F5, 66 and DF. RGB value is (245,102,223). Sum of RGB (Red+Green+Blue) = 245+102+223=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 102 (40.23% from 255 or 17.89% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F566DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F566DF is #0A9920. Grayscale: #9E9E9E. Windows color (decimal): -694561 or 14640885. OLE color: 14640885.
HSL color Cylindrical-coordinate representation of color #F566DF: hue angle of 309.23º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F566DF is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 223 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.04 |
| HSL | 309.23º | 0.88% | 0.68% | - |
| HSV(B) | 309.23º | 0.58% | 0.96% | - |
| XYZ | 55.73 | 34.24 | 73.48 | - |
| YUV | 158.55 | 164.38 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 223 | 0 | 0.58 | 0.09 | 0.04 | 309.23 | 0.88 | 0.68 |
| Hex | F5 | 66 | DF | 0 | 3A | 9 | 4 | 135 | 58 | 44 |
| Octal | 365 | 146 | 337 | 0 | 72 | 11 | 4 | 465 | 130 | 104 |
| Binary | 11110101 | 1100110 | 11011111 | 0 | 111010 | 1001 | 100 | 100110101 | 1011000 | 1000100 |
Color Harmonies of #F566DF
Complementary color
Monochromatic Colors of #F566DF
Black with #F566DF
Text Example
Text Example
White with #F566DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F566DF; }
p { color: rgb(245,102,223); }
H1.HeaderClassName
{
color: #F566DF;
}
.AnyTagClassName
{
color: #F566DF;
}
</style>
background-color css
<style>
a { background-color: #F566DF; }
a { background-color: rgb(245,102,223); }
div.DivClassName
{
background-color: #F566DF;
}
.BgClassName
{
background-color: #F566DF;
}
</style>
border-color css
<style>
span { border-color: #F566DF; }
span { border-color: rgb(245,102,223); }
td.TdClassName
{
border-color: #F566DF;
}
.TagClassName
{
border-color: #F566DF;
}
</style>