Html Css Color HEX #F568DF Free Speech Magenta
📋 copy color: '#F568DF'red 245 ◦ green 104 ◦ blue 223
Shades of Free Speech Magenta #F568DF
Tints of Free Speech Magenta #F568DF
RGB
CMYK
RGB Variations
Color information
#F568DF (or 0xF568DF) is known color: Free Speech Magenta. HEX triplet: F5, 68 and DF. RGB value is (245,104,223). Sum of RGB (Red+Green+Blue) = 245+104+223=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 104 (41.02% from 255 or 18.18% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F568DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F568DF is #0A9720. Grayscale: #9F9F9F. Windows color (decimal): -694049 or 14641397. OLE color: 14641397.
HSL color Cylindrical-coordinate representation of color #F568DF: hue angle of 309.36º 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 #F568DF is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 223 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.04 |
| HSL | 309.36º | 0.88% | 0.68% | - |
| HSV(B) | 309.36º | 0.58% | 0.96% | - |
| XYZ | 55.93 | 34.64 | 73.55 | - |
| YUV | 159.73 | 163.71 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 223 | 0 | 0.58 | 0.09 | 0.04 | 309.36 | 0.88 | 0.68 |
| Hex | F5 | 68 | DF | 0 | 3A | 9 | 4 | 135 | 58 | 44 |
| Octal | 365 | 150 | 337 | 0 | 72 | 11 | 4 | 465 | 130 | 104 |
| Binary | 11110101 | 1101000 | 11011111 | 0 | 111010 | 1001 | 100 | 100110101 | 1011000 | 1000100 |
Color Harmonies of #F568DF
Complementary color
Monochromatic Colors of #F568DF
Black with #F568DF
Text Example
Text Example
White with #F568DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F568DF; }
p { color: rgb(245,104,223); }
H1.HeaderClassName
{
color: #F568DF;
}
.AnyTagClassName
{
color: #F568DF;
}
</style>
background-color css
<style>
a { background-color: #F568DF; }
a { background-color: rgb(245,104,223); }
div.DivClassName
{
background-color: #F568DF;
}
.BgClassName
{
background-color: #F568DF;
}
</style>
border-color css
<style>
span { border-color: #F568DF; }
span { border-color: rgb(245,104,223); }
td.TdClassName
{
border-color: #F568DF;
}
.TagClassName
{
border-color: #F568DF;
}
</style>