Html Css Color HEX #F546DF Free Speech Magenta
📋 copy color: '#F546DF'red 245 ◦ green 70 ◦ blue 223
Shades of Free Speech Magenta #F546DF
Tints of Free Speech Magenta #F546DF
RGB
CMYK
RGB Variations
Color information
#F546DF (or 0xF546DF) is known color: Free Speech Magenta. HEX triplet: F5, 46 and DF. RGB value is (245,70,223). Sum of RGB (Red+Green+Blue) = 245+70+223=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 70 (27.73% from 255 or 13.01% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F546DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F546DF is #0AB920. Grayscale: #8B8B8B. Windows color (decimal): -702753 or 14632693. OLE color: 14632693.
HSL color Cylindrical-coordinate representation of color #F546DF: hue angle of 307.54º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F546DF is Cyan = 0, Magento = 0.71, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 223 | - |
| CMYK | 0 | 0.71 | 0.09 | 0.04 |
| HSL | 307.54º | 0.9% | 0.62% | - |
| HSV(B) | 307.54º | 0.71% | 0.96% | - |
| XYZ | 53.17 | 29.12 | 72.63 | - |
| YUV | 139.77 | 174.98 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 223 | 0 | 0.71 | 0.09 | 0.04 | 307.54 | 0.9 | 0.62 |
| Hex | F5 | 46 | DF | 0 | 47 | 9 | 4 | 134 | 5A | 3E |
| Octal | 365 | 106 | 337 | 0 | 107 | 11 | 4 | 464 | 132 | 76 |
| Binary | 11110101 | 1000110 | 11011111 | 0 | 1000111 | 1001 | 100 | 100110100 | 1011010 | 111110 |
Color Harmonies of #F546DF
Complementary color
Monochromatic Colors of #F546DF
Black with #F546DF
Text Example
Text Example
White with #F546DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F546DF; }
p { color: rgb(245,70,223); }
H1.HeaderClassName
{
color: #F546DF;
}
.AnyTagClassName
{
color: #F546DF;
}
</style>
background-color css
<style>
a { background-color: #F546DF; }
a { background-color: rgb(245,70,223); }
div.DivClassName
{
background-color: #F546DF;
}
.BgClassName
{
background-color: #F546DF;
}
</style>
border-color css
<style>
span { border-color: #F546DF; }
span { border-color: rgb(245,70,223); }
td.TdClassName
{
border-color: #F546DF;
}
.TagClassName
{
border-color: #F546DF;
}
</style>